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

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


 discard 684ab3a11f chore(deps): bump the arrow-parquet group with 7 updates
     add 64c4027c7f fix bounds accumulator reset in HashJoinExec dynamic filter 
pushdown (#17371)
     add df5a09c75b Unimplement PartialOrd for TDigest's Centroid (#17440)
     add 9b82a1e5f1 Unimplement `PartialEq`, `PartialOrd` from `ToRepartition`, 
`RePartition` (#17441)
     add 98ba018868 chore(deps): bump insta from 1.43.1 to 1.43.2 (#17436)
     add 15489f8497 chore(deps): bump actions/labeler from 6.0.0 to 6.0.1 
(#17433)
     add 82e858034c chore(deps): bump the arrow-parquet group with 7 updates

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   (684ab3a11f)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/main/arrow-parquet-0f9d8047f9 (82e858034c)

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:
 .github/workflows/labeler.yml                      |  2 +-
 Cargo.lock                                         |  4 +-
 Cargo.toml                                         |  2 +-
 .../physical_optimizer/filter_pushdown/mod.rs      |  5 ++
 datafusion/datasource/src/file_groups.rs           | 45 +++++++++----
 datafusion/datasource/src/memory.rs                | 62 +++++++++++-------
 .../functions-aggregate-common/src/merge_arrays.rs |  1 +
 .../functions-aggregate-common/src/tdigest.rs      | 24 ++-----
 .../physical-plan/src/joins/hash_join/exec.rs      | 75 +++++++++++-----------
 datafusion/physical-plan/src/topk/mod.rs           |  1 +
 10 files changed, 128 insertions(+), 93 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to