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

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


    from 06bbe1298f Extract parquet statistics to its own module, add tests 
(#8294)
     add c079a927e0 feat:implement sql style 'find_in_set' string function 
(#8328)

No new revisions were added by this update.

Summary of changes:
 datafusion/expr/src/built_in_function.rs           | 11 ++++++
 datafusion/expr/src/expr_fn.rs                     |  2 +
 datafusion/physical-expr/src/functions.rs          | 21 +++++++++++
 .../physical-expr/src/unicode_expressions.rs       | 39 ++++++++++++++++++++
 datafusion/proto/proto/datafusion.proto            |  1 +
 datafusion/proto/src/generated/pbjson.rs           |  3 ++
 datafusion/proto/src/generated/prost.rs            |  3 ++
 datafusion/proto/src/logical_plan/from_proto.rs    |  9 ++++-
 datafusion/proto/src/logical_plan/to_proto.rs      |  1 +
 datafusion/sqllogictest/test_files/functions.slt   | 43 ++++++++++++++++++++++
 docs/source/user-guide/sql/scalar_functions.md     | 15 ++++++++
 11 files changed, 146 insertions(+), 2 deletions(-)

Reply via email to