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/12 16:18:58 UTC

[arrow] branch master updated (f977855 -> 2726a71)

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 f977855  ARROW-9979: [Rust] Fix arrow crate clippy lints
     add 2726a71  ARROW-9950: [Rust] [DataFusion] Made UDFs usable without a registry

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/examples/simple_udf.rs          | 26 ++++++++++++++++---------
 rust/datafusion/src/execution/context.rs        | 11 ++++-------
 rust/datafusion/src/execution/dataframe_impl.rs |  2 +-
 rust/datafusion/src/logical_plan/mod.rs         |  4 ++--
 rust/datafusion/src/physical_plan/udf.rs        | 11 ++++++++++-
 5 files changed, 34 insertions(+), 20 deletions(-)