This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from a899ca0c86 Refactor create_hashes to accept array references (#18448)
add d02642ee02 Add a SpillingPool to manage collections of spill files
(#18207)
No new revisions were added by this update.
Summary of changes:
datafusion/common/src/config.rs | 17 +
datafusion/execution/src/disk_manager.rs | 253 +++-
datafusion/physical-plan/src/repartition/mod.rs | 893 ++++++++----
.../src/spill/in_progress_spill_file.rs | 6 +
datafusion/physical-plan/src/spill/mod.rs | 5 +
.../physical-plan/src/spill/spill_manager.rs | 5 +
datafusion/physical-plan/src/spill/spill_pool.rs | 1425 ++++++++++++++++++++
.../sqllogictest/test_files/information_schema.slt | 2 +
docs/source/user-guide/configs.md | 1 +
9 files changed, 2352 insertions(+), 255 deletions(-)
create mode 100644 datafusion/physical-plan/src/spill/spill_pool.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]