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 2021/07/12 15:58:32 UTC

[arrow-datafusion] branch master updated (7d24567 -> f7dff76)

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-datafusion.git.


    from 7d24567  Fix date32 and date64 parquet row group pruning, tests for same (#690)
     add f7dff76  Ballista: Make shuffle partitions configurable in benchmarks (#702)

No new revisions were added by this update.

Summary of changes:
 ballista/rust/client/src/context.rs       |  54 ++++++---
 ballista/rust/client/src/prelude.rs       |   2 +
 ballista/rust/core/proto/ballista.proto   |   4 +-
 ballista/rust/core/src/config.rs          | 183 ++++++++++++++++++++++++++++++
 ballista/rust/core/src/lib.rs             |   1 +
 ballista/rust/core/src/utils.rs           |   6 +-
 ballista/rust/scheduler/src/lib.rs        |  22 +++-
 ballista/rust/scheduler/src/test_utils.rs |   3 +-
 benchmarks/src/bin/tpch.rs                |  23 +++-
 9 files changed, 271 insertions(+), 27 deletions(-)
 create mode 100644 ballista/rust/core/src/config.rs