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/09 11:35:46 UTC

[arrow-datafusion] branch main updated (d689daf83f -> dbd92e60c3)

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 d689daf83f Minor: Remove some `use crate::` uses in physical_plan (#6573)
     add dbd92e60c3 feat: `DISTINCT` bitwise and boolean aggregate functions (#6581)

No new revisions were added by this update.

Summary of changes:
 .../tests/sqllogictests/test_files/aggregate.slt   |  36 ++++
 .../physical-expr/src/aggregate/bit_and_or_xor.rs  | 222 ++++++++++++++++++++-
 datafusion/physical-expr/src/aggregate/build_in.rs |  38 +---
 datafusion/physical-expr/src/expressions/mod.rs    |   2 +-
 4 files changed, 261 insertions(+), 37 deletions(-)