This is an automated email from the ASF dual-hosted git repository.
jakevin pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 377c9f54ed Minor: remove unecessary cranelift dependency (#6430)
add 84d0692839 Improve error message for wrong built-in scalar function
signatures. (#6415)
No new revisions were added by this update.
Summary of changes:
.../core/tests/sqllogictests/test_files/errors.slt | 2 +-
.../core/tests/sqllogictests/test_files/scalar.slt | 20 +++++
datafusion/expr/src/function.rs | 10 ++-
datafusion/expr/src/function_err.rs | 91 ++++++++++++++++++++++
datafusion/expr/src/lib.rs | 1 +
datafusion/physical-expr/src/functions.rs | 9 +--
6 files changed, 124 insertions(+), 9 deletions(-)
create mode 100644 datafusion/expr/src/function_err.rs