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 Partitioning andDistribution to physical_expr #7238

Merged
merged 3 commits into from
Aug 9, 2023

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Aug 8, 2023

Which issue does this PR close?

Part of #1754

Rationale for this change

I am trying to extract physical_plan into is own crate and to do so I need to move dependencies around so there are no circular dependencies within datafusion_core

What changes are included in this PR?

  1. Move Partitioning andDistribution to physical_expr
  2. move ordering_equivalence_properties_helper to be with the rest of the order equivalence code

Are these changes tested?

By existing tests

Are there any user-facing changes?

No - I left backwards compatible pub use

@github-actions github-actions bot added physical-expr Physical Expressions core Core DataFusion crate labels Aug 8, 2023
@alamb alamb merged commit a458bc7 into apache:main Aug 9, 2023
@alamb alamb deleted the alamb/move_partitioning branch August 9, 2023 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate physical-expr Physical Expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants