Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove many crate:: imports in listing table provider module #11887

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

findepi
Copy link
Member

@findepi findepi commented Aug 8, 2024

This is part of isolating this module in order to be able to move it out
of core. This commit attempts to replace all crate:: imports that are
possible to avoid today (i.e. which would be replaced when listing table
provider was moved to separate crate), leaving those that cannot be
replaced. This makes it easy to notice the remaining coupling between
the listing table provider module and the core.

For #10782

@github-actions github-actions bot added the core Core DataFusion crate label Aug 8, 2024
This is part of isolating this module in order to be able to move it out
of core. This commit attempts to replace all `crate::` imports that are
possible to avoid today (i.e. which would be replaced when listing table
provider was moved to separate crate), leaving those that cannot be
replaced. This makes it easy to notice the remaining coupling between
the listing table provider module and the core.
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @findepi -- this change makes sense to me and it is a really clever / nice way to begin preparing to extract listing table

@alamb
Copy link
Contributor

alamb commented Aug 8, 2024

🚀

@alamb alamb merged commit 20fbd88 into apache:main Aug 8, 2024
24 checks passed
@findepi findepi deleted the findepi/isolate-listing-01 branch August 9, 2024 05:59
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants