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 cb04686  ARROW-1846: [C++][Compute] Implement "any" reduction kernel 
for boolean data
     add b699541  ARROW-10688: [Rust] [DataFusion] Implement CASE WHEN logical 
plan

No new revisions were added by this update.

Summary of changes:
 rust/benchmarks/src/bin/tpch.rs                    |  23 ++-
 rust/datafusion/src/logical_plan/expr.rs           | 190 ++++++++++++++++++++-
 rust/datafusion/src/logical_plan/mod.rs            |   7 +-
 rust/datafusion/src/optimizer/filter_push_down.rs  |   4 +-
 .../src/optimizer/projection_push_down.rs          |   5 +-
 rust/datafusion/src/optimizer/utils.rs             | 111 ++++++++++--
 rust/datafusion/src/physical_plan/expressions.rs   |   3 +-
 rust/datafusion/src/physical_plan/planner.rs       |  51 +++++-
 8 files changed, 363 insertions(+), 31 deletions(-)

Reply via email to