This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 37b6516efd Minor: deprecate `batch_byte_size` (#7245)
add a458bc7429 Minor: Move `Partitioning` and`Distribution` to
physical_expr (#7238)
No new revisions were added by this update.
Summary of changes:
.../src/datasource/physical_plan/arrow_file.rs | 6 +-
.../core/src/datasource/physical_plan/avro.rs | 8 +-
.../core/src/datasource/physical_plan/csv.rs | 10 +-
.../core/src/datasource/physical_plan/json.rs | 8 +-
.../core/src/datasource/physical_plan/parquet.rs | 8 +-
datafusion/core/src/physical_plan/mod.rs | 174 +--------------------
datafusion/physical-expr/src/equivalence.rs | 21 +++
datafusion/physical-expr/src/lib.rs | 8 +-
datafusion/physical-expr/src/partitioning.rs | 170 ++++++++++++++++++++
9 files changed, 224 insertions(+), 189 deletions(-)
create mode 100644 datafusion/physical-expr/src/partitioning.rs