You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2020/08/14 16:37:35 UTC

[arrow] branch master updated (ecba35c -> 2f36cc4)

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 ecba35c  ARROW-9726: [Rust] [DataFusion] Do not create parquet reader thread until execute is called
     add 2f36cc4  ARROW-9716: [Rust] [DataFusion] Implement limit on concurrent threads in MergeExec

No new revisions were added by this update.

Summary of changes:
 rust/benchmarks/src/main.rs                        |   9 +-
 rust/datafusion/Cargo.toml                         |   1 +
 rust/datafusion/src/execution/context.rs           |  52 +++++++++-
 .../src/execution/physical_plan/hash_aggregate.rs  |   2 +-
 .../src/execution/physical_plan/limit.rs           |  11 ++-
 .../src/execution/physical_plan/merge.rs           | 107 +++++++++++++++------
 .../datafusion/src/execution/physical_plan/sort.rs |  16 ++-
 7 files changed, 155 insertions(+), 43 deletions(-)