This is an automated email from the ASF dual-hosted git repository.
dheres pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 0a2b0a74d Add serialization of `ScalarValue::Binary` and
`ScalarValue::LargeBinary`, `ScalarValue::Time64` (#3534)
add ff718d0ca Use `fetch` limit in get_sorted_iter (#3545)
No new revisions were added by this update.
Summary of changes:
datafusion/core/src/execution/context.rs | 3 -
.../core/src/physical_optimizer/parallel_sort.rs | 93 ----------------------
datafusion/core/src/physical_plan/planner.rs | 19 ++++-
datafusion/core/src/physical_plan/sorts/sort.rs | 65 +++++++--------
4 files changed, 45 insertions(+), 135 deletions(-)
delete mode 100644 datafusion/core/src/physical_optimizer/parallel_sort.rs