You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2020/12/11 21:31:53 UTC

[arrow] branch master updated (f1a1dc3 -> edff65d)

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

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


    from f1a1dc3  ARROW-10879: [Packaging][deb] Restore Debian GNU/Linux Buster support
     add edff65d  ARROW-10865: [Rust] Easier to use Schema -> DFSchema conversion

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/execution/context.rs           |   6 +-
 rust/datafusion/src/logical_plan/builder.rs        |  22 ++--
 rust/datafusion/src/logical_plan/dfschema.rs       | 133 ++++++++++++++++-----
 rust/datafusion/src/logical_plan/mod.rs            |   2 +-
 .../src/optimizer/projection_push_down.rs          |   7 +-
 rust/datafusion/src/optimizer/utils.rs             |   4 +-
 rust/datafusion/src/sql/planner.rs                 |   8 +-
 rust/datafusion/tests/sql.rs                       |   4 +-
 8 files changed, 128 insertions(+), 58 deletions(-)