Skip to content

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 Changes to the physical-expr crates 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 Changes to the physical-expr crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants