Skip to content

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

Merged
alamb merged 4 commits into
apache:mainfrom
kavirajk:kavirajk/migrate-push-down-projection-tests
Apr 15, 2024
Merged

cleanup(tests): Move tests from push_down_projections.rs to optimize_projections.rs#10071
alamb merged 4 commits into
apache:mainfrom
kavirajk:kavirajk/migrate-push-down-projection-tests

Conversation

@kavirajk

Copy link
Copy Markdown
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-actionsgithub-actionsBot 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
Copy Markdown
Contributor

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 <kavirajkanagaraj@gmail.com>
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
@kavirajk
kavirajkforce-pushed the kavirajk/migrate-push-down-projection-tests branch from 50c449d to ba36340CompareApril 14, 2024 13:29
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
@kavirajk
kavirajk marked this pull request as ready for review April 14, 2024 13:39

@alambalamb left a comment

Copy link
Copy Markdown
Contributor

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

@mustafasrepomustafasrepo left a comment

Copy link
Copy Markdown
Contributor

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:mainApr 15, 2024
@alamb

Copy link
Copy Markdown
Contributor

Thanks again @kavirajk

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

optimizerOptimizer rules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consolidate push_down_projection tests under optimize_projections

3 participants

@kavirajk@alamb@mustafasrepo