comphead commented on PR #2426:
URL: 
https://github.com/apache/datafusion-comet/pull/2426#issuecomment-3315011892

   like here
   
   ```
                        CometHashAggregate [sr_return_amt] 
[sr_customer_sk,sr_store_sk,sum]
   ```
   
   However I'm wondering why unscaled sum still in place
   
   ```
                         CometHashAggregate [sum] 
[ctr_customer_sk,ctr_store_sk,ctr_total_return,sr_customer_sk,sr_store_sk,sum(UnscaledValue(sr_return_amt))]
   ```
   
   I'll check this later and if needed regerenerate the golden plans


-- 
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