You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/12/15 13:41:01 UTC

[arrow-datafusion] branch master updated (24668773e -> c132eca34)

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

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


    from 24668773e remove optimize() (#4619)
     add c132eca34 add `ILIKE` support (#4639)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/physical_plan/planner.rs       |  6 ++
 .../test_files/{select.slt => strings.slt}         | 82 ++++++++++++++--------
 datafusion/expr/src/expr.rs                        | 27 ++++++-
 datafusion/expr/src/operator.rs                    | 10 +++
 datafusion/expr/src/type_coercion/binary.rs        | 24 ++++++-
 .../src/simplify_expressions/simplify_exprs.rs     | 20 ++++++
 datafusion/optimizer/src/type_coercion.rs          |  2 +-
 datafusion/physical-expr/src/expressions/binary.rs | 60 ++++++++++++++--
 datafusion/physical-expr/src/planner.rs            | 20 ++++++
 datafusion/proto/src/from_proto.rs                 |  2 +
 datafusion/proto/src/lib.rs                        |  2 +
 11 files changed, 217 insertions(+), 38 deletions(-)
 copy datafusion/core/tests/sqllogictests/test_files/{select.slt => strings.slt} (58%)