This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/cargo/main/proto-8afbff2258 in repository https://gitbox.apache.org/repos/asf/datafusion.git
discard f15ae99eae chore(deps): bump prost-build from 0.13.5 to 0.14.1 in the proto group add 7e0f6230aa Remove redundant license-header-check CI job (#16451) add e6df27c3ba . (#16449) add 266daf8b3e doc: Add comments to clarify algorithm for `MarkJoin`s (#16436) add 43ba6f2d0a remove unused functions in SortExec (#16457) add 2d7ae09262 Set the default value of `datafusion.execution.collect_statistics` to `true` (#16447) add 5ca4ff0293 Temporarily fix bug in dynamic top-k optimization (#16465) add 3c4e39ac0c Add compression option to SpillManager (#16268) add aa1e6dac7c Ignore `sort_query_fuzzer_runner` (#16462) add f6d395edff chore(deps): bump prost-build from 0.13.5 to 0.14.1 in the proto group 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 (f15ae99eae) \ N -- N -- N refs/heads/dependabot/cargo/main/proto-8afbff2258 (f6d395edff) 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/rust.yml | 8 - Cargo.lock | 1 + Cargo.toml | 1 + datafusion/common/src/config.rs | 71 +++- datafusion/core/src/execution/context/parquet.rs | 27 +- .../core/tests/fuzz_cases/sort_query_fuzz.rs | 39 +++ datafusion/core/tests/memory_limit/mod.rs | 82 ++++- datafusion/core/tests/parquet/row_group_pruning.rs | 4 +- datafusion/execution/src/config.rs | 15 +- datafusion/physical-plan/Cargo.toml | 2 - .../physical-plan/benches/sort_preserving_merge.rs | 21 +- .../physical-plan/src/aggregates/row_hash.rs | 3 +- .../physical-plan/src/joins/sort_merge_join.rs | 7 +- .../physical-plan/src/joins/symmetric_hash_join.rs | 15 + datafusion/physical-plan/src/sorts/sort.rs | 17 +- .../src/spill/in_progress_spill_file.rs | 1 + datafusion/physical-plan/src/spill/mod.rs | 135 +++++++- .../physical-plan/src/spill/spill_manager.rs | 11 +- datafusion/physical-plan/src/topk/mod.rs | 51 +-- .../sqllogictest/test_files/explain_tree.slt | 383 +++++++++------------ .../sqllogictest/test_files/information_schema.slt | 6 +- datafusion/sqllogictest/test_files/limit.slt | 2 +- .../test_files/parquet_filter_pushdown.slt | 11 +- .../sqllogictest/test_files/parquet_statistics.slt | 12 +- datafusion/sqllogictest/test_files/repartition.slt | 4 +- docs/source/library-user-guide/upgrading.md | 20 +- docs/source/user-guide/configs.md | 3 +- docs/source/user-guide/sql/ddl.md | 8 +- 28 files changed, 597 insertions(+), 363 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org