freakyzoidberg opened a new pull request, #19853:
URL: https://github.com/apache/datafusion/pull/19853

     ## Summary
     - Fixes incorrect results from ROLLUP/CUBE/GROUPING SETS queries when 
using multiple partitions
     - The subset satisfaction optimization was incorrectly allowing hash 
partitioning on fewer columns to satisfy requirements that include 
`__grouping_id`
     - This caused partial aggregates from different partitions to be finalized 
independently, producing duplicate grand totals
     
   Closes #19849


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to