You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2024/02/02 20:12:00 UTC

(arrow-datafusion) branch main updated (f203d863f5 -> 7641a32281)

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 f203d863f5 Improve `InListSImplifier` -- add test, commend and avoid clones (#8971)
     add 7641a32281 feat: issue #8969 adding position function (#8988)

No new revisions were added by this update.

Summary of changes:
 datafusion/expr/src/built_in_function.rs           |  2 +-
 datafusion/sql/src/expr/mod.rs                     | 19 ++++++++--
 .../test_files/{cast.slt => position.slt}          | 41 +++++++---------------
 docs/source/user-guide/sql/scalar_functions.md     | 14 ++++++++
 4 files changed, 45 insertions(+), 31 deletions(-)
 copy datafusion/sqllogictest/test_files/{cast.slt => position.slt} (66%)