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

cleanup(tests): Move tests from push_down_projections.rs to optimize_projections.rs #10071

Merged

Conversation

kavirajk
Copy link
Contributor

Which issue does this PR close?

Closes #9978

Rationale for this change

The PR #8340 removed push_down_projections.rs in favour of optimize_projections.rs. This PR moves the tests as well.

What changes are included in this PR?

Moving tests. No other changes.

Are these changes tested?

Yes

Are there any user-facing changes?

No

@github-actions github-actions bot added the optimizer Optimizer rules label Apr 13, 2024
@kavirajk kavirajk marked this pull request as draft April 13, 2024 21:26
@alamb
Copy link
Contributor

alamb commented Apr 13, 2024

Thank you @kavirajk 🙏 !

…ze_projections.rs`

Fixes: apache#9978

The PR apache#8340 removed `push_down_projections.rs` in favour of `optimize_projections.rs`. This PR moves the tests as well.

Signed-off-by: Kaviraj <[email protected]>
@kavirajk kavirajk force-pushed the kavirajk/migrate-push-down-projection-tests branch from 50c449d to ba36340 Compare April 14, 2024 13:29
@kavirajk kavirajk marked this pull request as ready for review April 14, 2024 13:39
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 @kavirajk -- this is a very nice first contribution. 🧹 ✅

FYI @mustafasrepo and @jackwener

Copy link
Contributor

@mustafasrepo mustafasrepo left a comment

Choose a reason for hiding this comment

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

Thanks for this PR.

@alamb alamb merged commit 060e67e into apache:main Apr 15, 2024
24 checks passed
@alamb
Copy link
Contributor

alamb commented Apr 15, 2024

Thanks again @kavirajk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimizer Optimizer rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consolidate push_down_projection tests under optimize_projections
3 participants