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

github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    from cf479db6c3 feat: Support List/ListView types in approx_distinct 
(#23443)
     add 5e80f6cda3 refactor(hash-aggr): Migrate single mode hash aggregation 
(#23408)

No new revisions were added by this update.

Summary of changes:
 .../src/aggregates/aggregate_hash_table/common.rs  |   2 +
 .../src/aggregates/aggregate_hash_table/mod.rs     |   3 +-
 .../{final_table.rs => single_table.rs}            |  20 +--
 datafusion/physical-plan/src/aggregates/mod.rs     | 101 ++++++++++++++
 .../{partial_reduce_stream.rs => single_stream.rs} | 150 ++++++++++-----------
 5 files changed, 187 insertions(+), 89 deletions(-)
 copy 
datafusion/physical-plan/src/aggregates/aggregate_hash_table/{final_table.rs => 
single_table.rs} (79%)
 copy datafusion/physical-plan/src/aggregates/{partial_reduce_stream.rs => 
single_stream.rs} (67%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to