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
discard 3855a4e59b chore(deps): bump the proto group with 2 updates add cf71d89269 fix incorrect memory accounting for StringViewArray (#17315) add abb9b8528a chore(deps): bump aws-credential-types from 1.2.5 to 1.2.6 (#17368) add 3f70c9a2b7 feat(spark): implement Spark `width_bucket` function (#17331) add 338a96eaaf minor: use debug level log for physical optimizer (#17383) add fa7a766219 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 (3855a4e59b) \ N -- N -- N refs/heads/dependabot/cargo/main/proto-5f30c81d2c (fa7a766219) 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 | 8 +- datafusion-cli/Cargo.toml | 2 +- datafusion/core/src/physical_planner.rs | 8 +- .../physical-plan/src/spill/spill_manager.rs | 79 ++ datafusion/spark/src/function/math/mod.rs | 13 +- datafusion/spark/src/function/math/width_bucket.rs | 792 +++++++++++++++++++++ .../test_files/spark/math/width_bucket.slt | 126 +++- 7 files changed, 979 insertions(+), 49 deletions(-) create mode 100644 datafusion/spark/src/function/math/width_bucket.rs --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org