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

github-bot pushed a change to branch dependabot/cargo/main/object_store-0.13.1
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    omit d2bb3c28c8 chore(deps): bump object_store from 0.12.4 to 0.13.1
     add 7d217b1ec3 Reduce ExtractLeafExpressions optimizer overhead with fast 
pre-scan (#20341)
     add f471aaf275 feat(datafusion-cli): enhance CLI helper with default hint 
(#20310)
     add 3f38609277 perf: Optimize replace() fastpath by avoiding alloc (#20344)
     add 98cc75361f Adds support for ANSI mode in negative function (#20189)
     add 53b0ffb93d fix: validate inter-file ordering in eq_properties() 
(#20329)
     add d47bd599ee Support parent dynamic filters for more join types (#20192)
     add b0566c57cc fix: update filter predicates for min/max aggregates only 
if bounds change (#20380)
     add 132b04369d Fix incorrect `SortExec` removal before `AggregateExec` 
(option 2) (#20247)
     add 6798dff0d7 Fix `try_shrink` not freeing back to pool (#20382)
     add bd31db9d16 chore(deps): bump sysinfo from 0.38.1 to 0.38.2 (#20411)
     add 5f0408c55d chore(deps): bump indicatif from 0.18.3 to 0.18.4 (#20410)
     add a829b216da chore(deps): bump liblzma from 0.4.5 to 0.4.6 (#20409)
     add 9acf387a21 chore(deps): bump aws-config from 1.8.13 to 1.8.14 (#20407)
     add abe5d9862d chore(deps): bump tonic from 0.14.3 to 0.14.4 (#20406)
     add 833635557b chore(deps): bump clap from 4.5.57 to 4.5.59 (#20404)
     add 939621f790 chore(deps): bump sqllogictest from 0.29.0 to 0.29.1 
(#20405)
     add 2325aaad25 chore(deps): bump env_logger from 0.11.8 to 0.11.9 (#20402)
     add b071dfbe64 chore(deps): bump object_store from 0.12.4 to 0.13.1

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   (d2bb3c28c8)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/object_store-0.13.1 
(b071dfbe64)

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:
 Cargo.lock                                         | 113 ++--
 Cargo.toml                                         |   2 +-
 benchmarks/Cargo.toml                              |   2 +-
 datafusion-cli/Cargo.toml                          |   4 +-
 datafusion-cli/src/helper.rs                       |  14 +-
 datafusion-cli/src/highlighter.rs                  |  10 +-
 datafusion/common/src/config.rs                    |   6 +
 datafusion/core/Cargo.toml                         |   2 +-
 .../tests/physical_optimizer/filter_pushdown.rs    | 240 ++++++-
 .../physical_optimizer/partition_statistics.rs     |   2 +-
 datafusion/datasource/src/file_scan_config.rs      | 162 +++--
 datafusion/datasource/src/statistics.rs            |   3 +-
 datafusion/execution/src/memory_pool/mod.rs        |  76 ++-
 datafusion/functions/src/string/replace.rs         |  20 +-
 .../optimizer/src/extract_leaf_expressions.rs      |  34 +
 .../src/enforce_sorting/sort_pushdown.rs           |  74 ++
 .../physical-plan/src/aggregates/no_grouping.rs    |  21 +-
 datafusion/physical-plan/src/filter_pushdown.rs    | 174 +++--
 .../physical-plan/src/joins/hash_join/exec.rs      | 174 ++++-
 datafusion/physical-plan/src/projection.rs         |  25 +-
 datafusion/spark/src/function/math/negative.rs     | 430 ++++++++----
 datafusion/sqllogictest/Cargo.toml                 |   4 +-
 .../test_files/dynamic_filter_pushdown_config.slt  | 282 ++++++++
 .../sqllogictest/test_files/information_schema.slt |   2 +
 .../test_files/parquet_sorted_statistics.slt       |   2 +-
 .../sqllogictest/test_files/sort_pushdown.slt      | 748 +++++++++++++++++++++
 .../test_files/spark/math/negative.slt             |  52 ++
 docs/source/user-guide/configs.md                  |   1 +
 28 files changed, 2289 insertions(+), 390 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to