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 a0fb3c6068 arrow_cast to cast to timestamptz (#5914)
add 10b9352dc3 Encapsulate `PhysicalSortRequrement` and add more doc
comments (#5863)
No new revisions were added by this update.
Summary of changes:
.../core/src/physical_optimizer/repartition.rs | 6 +-
.../src/physical_optimizer/sort_enforcement.rs | 10 +-
.../core/src/physical_optimizer/sort_pushdown.rs | 44 ++++----
.../src/physical_plan/joins/sort_merge_join.rs | 12 +-
.../physical_plan/sorts/sort_preserving_merge.rs | 6 +-
datafusion/core/src/physical_plan/windows/mod.rs | 16 +--
datafusion/physical-expr/src/lib.rs | 4 +-
datafusion/physical-expr/src/sort_expr.rs | 124 ++++++++++++++++++---
datafusion/physical-expr/src/utils.rs | 39 +------
9 files changed, 157 insertions(+), 104 deletions(-)