This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 10b9352dc3 Encapsulate `PhysicalSortRequrement` and add more doc
comments (#5863)
add cb8a170ee4 Remove SortKeyCursor (~5-10% faster merge) (#5895)
No new revisions were added by this update.
Summary of changes:
datafusion/core/src/physical_plan/sorts/cursor.rs | 76 ++------
datafusion/core/src/physical_plan/sorts/merge.rs | 29 ++-
datafusion/core/src/physical_plan/sorts/mod.rs | 1 -
datafusion/core/src/physical_plan/sorts/stream.rs | 22 +--
datafusion/core/tests/sort_key_cursor.rs | 217 ----------------------
5 files changed, 47 insertions(+), 298 deletions(-)
delete mode 100644 datafusion/core/tests/sort_key_cursor.rs