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

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


    from be0cf05f93 minor: cleanup unnecessary config in `decimal.slt` (#19352)
     add c53a44891b Fix panic for `GROUPING SETS(())` and handle empty-grouping 
aggregates (#19252)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/physical_planner.rs            | 10 +++--
 datafusion/core/tests/execution/coop.rs            |  8 ++--
 .../physical_optimizer/filter_pushdown/mod.rs      |  2 +
 datafusion/physical-plan/src/aggregates/mod.rs     | 49 +++++++++++++++-------
 .../physical-plan/src/aggregates/no_grouping.rs    | 20 +++++++++
 datafusion/proto/proto/datafusion.proto            |  1 +
 datafusion/proto/src/generated/pbjson.rs           | 18 ++++++++
 datafusion/proto/src/generated/prost.rs            |  2 +
 datafusion/proto/src/physical_plan/mod.rs          |  5 ++-
 .../proto/tests/cases/roundtrip_physical_plan.rs   |  4 +-
 datafusion/sqllogictest/test_files/grouping.slt    | 12 ++++++
 11 files changed, 107 insertions(+), 24 deletions(-)


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

Reply via email to