You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/10/18 14:27:57 UTC

[arrow-datafusion] branch master updated (40ddcb0b2 -> feff5dc80)

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

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


    from 40ddcb0b2 [MINOR] Add a hint about how to resolve the `Cargo.lock` CI check (#3876)
     add feff5dc80 Optimize the `concat_ws` function (#3869)

No new revisions were added by this update.

Summary of changes:
 datafusion/expr/src/expr_fn.rs                   |  13 +-
 datafusion/expr/src/literal.rs                   |   6 +
 datafusion/optimizer/src/simplify_expressions.rs | 264 ++++++++++++++++-------
 datafusion/optimizer/src/type_coercion.rs        |   2 +-
 datafusion/optimizer/tests/integration-test.rs   |  13 ++
 5 files changed, 210 insertions(+), 88 deletions(-)