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

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


    from 0ed34c8  ARROW-9400: [Python] Do not depend on conda-forge static 
libraries in Windows wheel builds
     add c4ee536  ARROW-10356: [Rust][DataFusion] Add support for is_in

No new revisions were added by this update.

Summary of changes:
 rust/benchmarks/src/bin/tpch.rs                  |   2 +-
 rust/datafusion/src/logical_plan/expr.rs         |  53 +++
 rust/datafusion/src/logical_plan/mod.rs          |   4 +-
 rust/datafusion/src/optimizer/utils.rs           |  15 +
 rust/datafusion/src/physical_plan/expressions.rs | 397 ++++++++++++++++++++++-
 rust/datafusion/src/physical_plan/planner.rs     | 102 ++++++
 rust/datafusion/src/prelude.rs                   |   4 +-
 rust/datafusion/src/sql/planner.rs               |  17 +
 rust/datafusion/src/sql/utils.rs                 |  26 ++
 rust/datafusion/tests/sql.rs                     |  86 +++++
 10 files changed, 700 insertions(+), 6 deletions(-)

Reply via email to