This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/cargo/main/proto-5f30c81d2c in repository https://gitbox.apache.org/repos/asf/datafusion.git
omit 67c0b588d1 chore(deps): bump the proto group with 2 updates add 3b7eb267dd fix: sort should always output batches with `batch_size` rows (#17244) add 2f61429eef chore(deps): bump tempfile from 3.20.0 to 3.21.0 (#17268) add 02a7472b79 fix: align `array_has` null buffer for scalar (#17272) add a0248a98b8 Fix PartialOrd for ScalarUDF (#17182) add 6e02bfe10f chore(deps): bump the proto group with 2 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 (67c0b588d1) \ N -- N -- N refs/heads/dependabot/cargo/main/proto-5f30c81d2c (6e02bfe10f) 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 | 6 +- datafusion/expr/src/udf.rs | 80 +++++-- datafusion/physical-expr-common/src/datum.rs | 21 +- datafusion/physical-plan/Cargo.toml | 2 +- datafusion/physical-plan/src/sorts/sort.rs | 309 ++++++++++++++++++++++++++- datafusion/sqllogictest/test_files/array.slt | 15 ++ 6 files changed, 403 insertions(+), 30 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org