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/17 21:19:20 UTC

[arrow] branch master updated (eba7347 -> 6b3df45)

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 eba7347  ARROW-9971: [Rust] Improve speed of `take` by 2x-3x (change scaling with batch size)
     add 6b3df45  ARROW-9990: [Rust] [DataFusion] Fixed the NOT operator

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/logical_plan/mod.rs          |  4 ++
 rust/datafusion/src/logical_plan/operators.rs    |  3 -
 rust/datafusion/src/physical_plan/expressions.rs | 92 ++++++++++++------------
 rust/datafusion/src/physical_plan/planner.rs     | 21 +++++-
 rust/datafusion/src/sql/planner.rs               | 15 ++--
 rust/datafusion/tests/sql.rs                     | 32 ++++++++-
 6 files changed, 104 insertions(+), 63 deletions(-)