You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2021/04/15 18:57:58 UTC

[arrow] branch master updated (ec6436e -> 958c19a)

This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from ec6436e  ARROW-12402: [Rust] [DataFusion] Implement SQL metrics example
     add 958c19a  ARROW-12335: [Rust] [Ballista] Use latest DataFusion

No new revisions were added by this update.

Summary of changes:
 .../release/binary => rust/ballista}/.dockerignore |  2 +-
 rust/ballista/rust/Cargo.toml                      |  6 +--
 rust/ballista/rust/benchmarks/tpch/Cargo.toml      | 10 +++--
 rust/ballista/rust/client/Cargo.toml               |  8 +++-
 rust/ballista/rust/client/src/context.rs           | 14 ++++---
 rust/ballista/rust/core/Cargo.toml                 | 10 +++--
 rust/ballista/rust/core/proto/ballista.proto       |  6 +++
 rust/ballista/rust/core/src/datasource.rs          |  1 +
 .../rust/core/src/serde/logical_plan/from_proto.rs | 46 +++++++++++++---------
 .../rust/core/src/serde/logical_plan/mod.rs        | 28 ++++++-------
 .../rust/core/src/serde/logical_plan/to_proto.rs   | 14 ++-----
 .../core/src/serde/physical_plan/from_proto.rs     | 24 +++++++----
 .../rust/core/src/serde/physical_plan/mod.rs       |  2 +
 .../rust/core/src/serde/physical_plan/to_proto.rs  | 13 +++++-
 rust/ballista/rust/executor/Cargo.toml             | 10 +++--
 rust/ballista/rust/scheduler/Cargo.toml            |  7 +++-
 rust/ballista/rust/scheduler/src/api/mod.rs        | 14 ++++---
 rust/ballista/rust/scheduler/src/lib.rs            | 13 +++---
 rust/ballista/rust/scheduler/src/main.rs           |  8 ++--
 rust/ballista/rust/scheduler/src/planner.rs        | 13 +++++-
 rust/ballista/rust/scheduler/src/test_utils.rs     | 16 +++++++-
 21 files changed, 172 insertions(+), 93 deletions(-)
 copy {dev/release/binary => rust/ballista}/.dockerignore (98%)