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/09/23 11:04:12 UTC

[arrow] branch master updated (66aad9d -> 697f141)

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 66aad9d  ARROW-9010: [Java] Framework and interface changes for RecordBatch IPC buffer compression
     add 697f141  ARROW-10016: [Rust] Implement is null / is not null kernels

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/compute/kernels/boolean.rs        | 239 ++++++++++++++++++++++-
 rust/arrow/src/compute/kernels/filter.rs         |  34 +++-
 rust/datafusion/src/logical_plan/mod.rs          |   8 +
 rust/datafusion/src/physical_plan/expressions.rs | 119 ++++++++++-
 rust/datafusion/src/physical_plan/planner.rs     |   8 +
 rust/datafusion/tests/sql.rs                     |  81 ++++++++
 6 files changed, 483 insertions(+), 6 deletions(-)