This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 5a335b828d Run audit CI check on all pushes to main (#15572)
add e08ef97290 Introduce load-balanced `split_groups_by_statistics` method
(#15473)
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 1 +
datafusion/core/src/datasource/listing/table.rs | 3 +-
datafusion/datasource/Cargo.toml | 5 +
.../benches/split_groups_by_statistics.rs | 108 +++++++++
datafusion/datasource/src/file_scan_config.rs | 254 ++++++++++++++++++++-
datafusion/datasource/src/mod.rs | 122 +++++++++-
.../test_files/parquet_sorted_statistics.slt | 17 +-
7 files changed, 498 insertions(+), 12 deletions(-)
create mode 100644 datafusion/datasource/benches/split_groups_by_statistics.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]