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 024f12575c Minor: show output ordering in MemoryExec (#7169)
add 7af25decf0 Move ordering equivalence, and output ordering for joins to
util functions (#7167)
No new revisions were added by this update.
Summary of changes:
.../core/src/physical_optimizer/sort_pushdown.rs | 106 ++++----
.../core/src/physical_plan/joins/hash_join.rs | 80 +++---
.../src/physical_plan/joins/sort_merge_join.rs | 216 +++++----------
datafusion/core/src/physical_plan/joins/utils.rs | 291 +++++++++++++++++----
.../optimizer/src/analyzer/count_wildcard_rule.rs | 2 +-
5 files changed, 389 insertions(+), 306 deletions(-)