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

[arrow] branch master updated (87d34fb -> 2f77cc2)

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

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


    from 87d34fb  ARROW-10749: [C++] Incorrect string format for Datum with the collection type
     add 2f77cc2  ARROW-10330: [Rust][DataFusion] Implement NULLIF() SQL function

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/compute/kernels/boolean.rs        | 147 ++++++++++++++++++++++-
 rust/datafusion/README.md                        |   2 +
 rust/datafusion/src/physical_plan/expressions.rs | 146 +++++++++++++++++++++-
 rust/datafusion/src/physical_plan/functions.rs   |  18 ++-
 rust/datafusion/src/sql/planner.rs               |  10 ++
 rust/datafusion/tests/sql.rs                     |  23 ++++
 6 files changed, 339 insertions(+), 7 deletions(-)