This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/cargo/master/clap-3.0
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git.


 discard af67c50  Update clap requirement from 2.33 to 3.0
     add 7d819d1  Consolidate sort and external_sort (#1596)
     add 62edddb  Optimize `SortPreservingMergeStream` to avoid `SortKeyCursor` 
sharing (#1624)
     add cc8f325  Update pyo3 requirement from 0.14 to 0.15 (#1627)
     add 67a598c  Update etcd-client requirement from 0.7 to 0.8 (#1626)
     add bb673ca  Update clap requirement from 2.33 to 3.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (af67c50)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/clap-3.0 (bb673ca)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 ballista/rust/scheduler/Cargo.toml                 |   2 +-
 datafusion/Cargo.toml                              |   2 +-
 datafusion/src/execution/context.rs                |   1 +
 datafusion/src/physical_plan/common.rs             |  14 +-
 datafusion/src/physical_plan/explain.rs            |   5 +
 .../src/physical_plan/sorts/external_sort.rs       | 657 ---------------------
 datafusion/src/physical_plan/sorts/in_mem_sort.rs  | 241 --------
 datafusion/src/physical_plan/sorts/mod.rs          |  68 +--
 datafusion/src/physical_plan/sorts/sort.rs         | 606 +++++++++++++++----
 .../physical_plan/sorts/sort_preserving_merge.rs   | 244 ++++----
 datafusion/tests/provider_filter_pushdown.rs       |   6 +-
 datafusion/tests/sql/joins.rs                      |  32 +-
 12 files changed, 675 insertions(+), 1203 deletions(-)
 delete mode 100644 datafusion/src/physical_plan/sorts/external_sort.rs
 delete mode 100644 datafusion/src/physical_plan/sorts/in_mem_sort.rs

Reply via email to