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 2023/06/05 19:16:31 UTC

[arrow-datafusion] branch main updated (d401802cd2 -> a7970ebf6e)

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 d401802cd2 fix Incorrect function-name matching (#6528)
     add a7970ebf6e Improve error messages with function name suggestion. (#6520)

No new revisions were added by this update.

Summary of changes:
 datafusion/common/src/utils.rs                     |  68 +++++++++++
 datafusion/core/src/execution/context.rs           |  14 +--
 datafusion/core/tests/sql/aggregates.rs            |   7 +-
 datafusion/core/tests/sql/functions.rs             |   7 +-
 .../tests/sqllogictests/test_files/functions.slt   |  40 +++++++
 datafusion/expr/src/aggregate_function.rs          |   3 +-
 datafusion/expr/src/function_err.rs                |  36 +++++-
 datafusion/expr/src/lib.rs                         |   2 +-
 datafusion/expr/src/window_function.rs             |   3 +-
 datafusion/sql/src/expr/function.rs                | 131 ++++++++++++---------
 10 files changed, 234 insertions(+), 77 deletions(-)