This is an automated email from the ASF dual-hosted git repository.
agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from daf567a ARROW-11064: [Rust][DataFusion] Speed up hash join on smaller
batches
add f4ccceb ARROW-10995: [Rust] [DataFusion] Limit ParquetExec
concurrency when reading large number of files
No new revisions were added by this update.
Summary of changes:
rust/benchmarks/src/bin/tpch.rs | 11 +-
rust/datafusion/examples/flight_server.rs | 2 +-
rust/datafusion/src/datasource/parquet.rs | 9 +-
rust/datafusion/src/execution/context.rs | 12 +-
rust/datafusion/src/logical_plan/builder.rs | 8 +-
rust/datafusion/src/physical_plan/parquet.rs | 162 +++++++++++++++++++--------
6 files changed, 145 insertions(+), 59 deletions(-)