You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ja...@apache.org on 2023/06/14 05:53:55 UTC

[arrow-datafusion] branch main updated (b586d4e179 -> 6194d588d5)

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 b586d4e179 Minor: add test cases for coercion bitwise shifts (#6651)
     add 6194d588d5 refactor: unify replace count(*) analyzer by removing it in sql crate (#6660)

No new revisions were added by this update.

Summary of changes:
 .../tests/sqllogictests/test_files/functions.slt   |  1 -
 .../optimizer/src/analyzer/count_wildcard_rule.rs  |  7 ++++
 datafusion/sql/src/expr/function.rs                | 37 +++-------------------
 datafusion/sql/tests/integration_test.rs           | 30 +++++++++---------
 4 files changed, 26 insertions(+), 49 deletions(-)