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

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


 discard d7cba7014 Update cranelift requirement from 0.87.0 to 0.88.0
     add c3bf84e33 enable q19 in TPCH (#3553)
     add 5f0b16f2e Update pbjson-build requirement from 0.3 to 0.5 (#3558)
     add 67a3bc2c9 Update pbjson requirement from 0.3 to 0.5 (#3559)
     add 6be3301ff Update pbjson-types requirement from 0.3 to 0.5 (#3560)
     add 0a2b0a74d Add serialization of `ScalarValue::Binary` and 
`ScalarValue::LargeBinary`, `ScalarValue::Time64` (#3534)
     add ff718d0ca Use `fetch` limit in get_sorted_iter (#3545)
     add cec639505 remove is_dictionary checks from binary_rule.rs that have 
been implemented in arrow-rs already (#3552)
     add 31acc83d4 Reduce dependencies of `datafusion-sql` crate (#3566)
     add 73e7273e3 Update cranelift requirement from 0.87.0 to 0.88.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   (d7cba7014)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/cranelift-0.88.0 
(73e7273e3)

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:
 benchmarks/src/bin/tpch.rs                         |  8 +-
 datafusion/common/Cargo.toml                       | 12 +--
 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 +++++++--------
 datafusion/expr/Cargo.toml                         |  2 +-
 datafusion/expr/src/binary_rule.rs                 | 14 +---
 datafusion/jit/Cargo.toml                          |  2 +-
 datafusion/proto/Cargo.toml                        |  6 +-
 datafusion/proto/proto/datafusion.proto            | 16 +++-
 datafusion/proto/src/from_proto.rs                 | 52 +++++++-----
 datafusion/proto/src/lib.rs                        |  8 ++
 datafusion/proto/src/to_proto.rs                   | 40 +++++-----
 datafusion/sql/Cargo.toml                          |  5 +-
 datafusion/sql/src/planner.rs                      | 31 ++++----
 16 files changed, 156 insertions(+), 220 deletions(-)
 delete mode 100644 datafusion/core/src/physical_optimizer/parallel_sort.rs

Reply via email to