You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ho...@apache.org on 2021/09/20 17:02:59 UTC

[arrow-datafusion] branch master updated (2258256 -> 843cd93)

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

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


    from 2258256  docs: include edit on github link (#1025)
     add 843cd93  Register tables in BallistaContext using TableProviders instead of Dataframe (#1028)

No new revisions were added by this update.

Summary of changes:
 ballista/rust/client/src/context.rs                | 42 +++++++-------
 ballista/rust/core/src/datasource.rs               | 64 ----------------------
 ballista/rust/core/src/lib.rs                      |  1 -
 .../rust/core/src/serde/logical_plan/to_proto.rs   | 16 +-----
 ballista/rust/scheduler/src/planner.rs             |  7 +--
 5 files changed, 25 insertions(+), 105 deletions(-)
 delete mode 100644 ballista/rust/core/src/datasource.rs