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 2020/09/07 20:33:49 UTC

[arrow] branch master updated (5d66bc5 -> 4186a66)

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


    from 5d66bc5  ARROW-9908: [Rust] Add support for temporal types in JSON reader
     add 4186a66  ARROW-9836: [Rust][DataFusion] Improve API for usage of UDFs

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/dataframe.rs                | 17 ++++++-
 rust/datafusion/src/execution/context.rs        | 43 +++++++++++++---
 rust/datafusion/src/execution/dataframe_impl.rs | 62 ++++++++++++++++++++++-
 rust/datafusion/src/logical_plan/mod.rs         | 60 ++++++++++------------
 rust/datafusion/src/optimizer/type_coercion.rs  | 67 ++++++++-----------------
 rust/datafusion/src/optimizer/utils.rs          |  7 +--
 rust/datafusion/src/physical_plan/planner.rs    | 40 ++++++---------
 rust/datafusion/src/sql/planner.rs              |  5 +-
 8 files changed, 179 insertions(+), 122 deletions(-)