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


    from 23f8cad7 Executor lost handling (#184)
     add f44c3d51 bump datafusion version (#199)

No new revisions were added by this update.

Summary of changes:
 ballista-cli/Cargo.toml                            |  4 +-
 ballista/rust/client/Cargo.toml                    |  6 +-
 ballista/rust/client/src/context.rs                | 11 ++--
 ballista/rust/core/Cargo.toml                      |  8 +--
 ballista/rust/core/proto/ballista.proto            |  2 +-
 ballista/rust/core/proto/datafusion.proto          | 66 +++++++++++++++++++---
 .../core/src/execution_plans/shuffle_writer.rs     | 11 ++--
 ballista/rust/core/src/serde/physical_plan/mod.rs  | 15 +++--
 ballista/rust/core/src/serde/scheduler/mod.rs      |  6 +-
 ballista/rust/executor/Cargo.toml                  |  8 +--
 ballista/rust/scheduler/Cargo.toml                 |  6 +-
 .../rust/scheduler/src/scheduler_server/grpc.rs    | 12 +---
 .../rust/scheduler/src/state/execution_graph.rs    |  2 +-
 benchmarks/Cargo.toml                              |  4 +-
 examples/Cargo.toml                                |  2 +-
 python/Cargo.toml                                  |  4 +-
 python/src/dataframe.rs                            |  4 +-
 python/src/dataset.rs                              |  2 +-
 python/src/functions.rs                            | 27 +++++----
 python/src/pyarrow_filter_expression.rs            |  4 +-
 python/src/udaf.rs                                 |  5 +-
 python/src/udf.rs                                  |  5 +-
 22 files changed, 127 insertions(+), 87 deletions(-)

Reply via email to