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/28 14:42:00 UTC

[arrow-datafusion] branch master updated (5416341 -> ea1d767)

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 5416341  JOIN conditions are order dependent (#778)
     add ea1d767  Support DataFrame.collect for Ballista DataFrames (#785)

No new revisions were added by this update.

Summary of changes:
 ballista-examples/src/bin/ballista-dataframe.rs    |  13 +-
 ballista-examples/src/bin/ballista-sql.rs          |  13 +-
 ballista/rust/client/src/context.rs                | 163 +++-------------
 .../core/src/execution_plans/distributed_query.rs  | 213 +++++++++++++++++++++
 ballista/rust/core/src/execution_plans/mod.rs      |   2 +
 ballista/rust/core/src/utils.rs                    |  54 +++++-
 ballista/rust/scheduler/src/lib.rs                 |   9 +-
 benchmarks/src/bin/tpch.rs                         |  11 +-
 8 files changed, 297 insertions(+), 181 deletions(-)
 create mode 100644 ballista/rust/core/src/execution_plans/distributed_query.rs