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

Minor: Move LimitPushdown tests to be in the same file as the code #14076

Merged
merged 4 commits into from
Jan 11, 2025

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jan 10, 2025

Which issue does this PR close?

Rationale for this change

Keeping tests together with their code is a good thing and consistent with the rest of the DataFusion codebase

At some point crate dependencies prevented the LimitPushdown tests from being in the same module. However, those dependency issues are now gone and we can move the tests back

What changes are included in this PR?

Move LimitPushdown tests to be in the same file as the code

Are these changes tested?

Yes, by CI

Are there any user-facing changes?

@github-actions github-actions bot added optimizer Optimizer rules core Core DataFusion crate labels Jan 10, 2025
Copy link
Contributor

@jayzhan211 jayzhan211 left a comment

Choose a reason for hiding this comment

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

👍🏻 Thanks @alamb

@jayzhan211 jayzhan211 merged commit f1671bb into apache:main Jan 11, 2025
25 checks passed
@alamb alamb deleted the alamb/move_push_limit_test branch January 11, 2025 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate optimizer Optimizer rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants