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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org