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 301e31bec2 Fix shadowing in test_code (#6361)
     add cf811170bb Cleanup ExternalSorter metrics (#5885) (#6364)

No new revisions were added by this update.

Summary of changes:
 .../core/src/physical_plan/metrics/baseline.rs     |  50 ++---
 .../core/src/physical_plan/metrics/composite.rs    | 205 -------------------
 datafusion/core/src/physical_plan/metrics/mod.rs   |   4 -
 .../core/src/physical_plan/metrics/tracker.rs      | 104 ----------
 datafusion/core/src/physical_plan/sorts/merge.rs   |  26 +--
 datafusion/core/src/physical_plan/sorts/sort.rs    | 223 +++++++++------------
 .../physical_plan/sorts/sort_preserving_merge.rs   |  11 +-
 7 files changed, 130 insertions(+), 493 deletions(-)
 delete mode 100644 datafusion/core/src/physical_plan/metrics/composite.rs
 delete mode 100644 datafusion/core/src/physical_plan/metrics/tracker.rs

Reply via email to