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 17:53:26 UTC

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

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 2f36cc4  ARROW-9716: [Rust] [DataFusion] Implement limit on concurrent threads in MergeExec
     add 4e06c1e  ARROW-9711: [Rust] Add new benchmark derived from TPC-H

No new revisions were added by this update.

Summary of changes:
 rust/benchmarks/README.md                       |  22 ++++-
 rust/benchmarks/src/{main.rs => bin/nyctaxi.rs} |   0
 rust/benchmarks/src/{main.rs => bin/tpch.rs}    | 122 ++++++++++++++----------
 3 files changed, 91 insertions(+), 53 deletions(-)
 copy rust/benchmarks/src/{main.rs => bin/nyctaxi.rs} (100%)
 rename rust/benchmarks/src/{main.rs => bin/tpch.rs} (52%)