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