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 7cd35360d4 chore(deps): bump the proto group with 2 updates add 56394e0a50 feat: Support distinct window for sum (#16943) add 6f74fb047d chore(deps): bump rand from 0.9.1 to 0.9.2 (#16960) add cca9d4c537 chore(deps): bump ctor from 0.4.2 to 0.4.3 (#16961) add 949917a6e0 Remove references to DataFusion for Ray sub project now that it is no longer maintained (#16966) add f2086f3fa7 Add `temp_directory` and `max_temp_directory_size` runtime config variables (#16934) add 94e85488df disallow pushdown of volatile functions (#16861) add 0183244a42 remove warning from every file open (#16968) add 252ca6d65a 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 (7cd35360d4) \ N -- N -- N refs/heads/dependabot/cargo/main/proto-5f30c81d2c (252ca6d65a) 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 | 52 +-- Cargo.toml | 2 +- README.md | 2 - datafusion/core/src/execution/context/mod.rs | 26 +- .../physical_optimizer/filter_pushdown/mod.rs | 40 ++- .../physical_optimizer/filter_pushdown/util.rs | 5 +- datafusion/core/tests/sql/runtime_config.rs | 48 +++ datafusion/datasource-parquet/src/source.rs | 6 - datafusion/execution/src/runtime_env.rs | 35 +- datafusion/ffi/src/udaf/mod.rs | 3 +- datafusion/functions-aggregate/src/sum.rs | 127 +++++++- .../physical-optimizer/src/filter_pushdown.rs | 358 +++++++++++++++++++-- .../test_files/parquet_filter_pushdown.slt | 15 + datafusion/sqllogictest/test_files/window.slt | 85 ++++- docs/source/index.rst | 2 - docs/source/user-guide/configs.md | 8 +- 16 files changed, 700 insertions(+), 114 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org