lgbo-ustc opened a new issue, #7778: URL: https://github.com/apache/incubator-gluten/issues/7778
### Description Some aggregate functions' output is different between spark plan and native plan. For example, `avg` has two output columns, `sum` and `count`, in partial aggregating stage, but native plan has only one, `avg`. This will cause some trobule. In #7649, we cannot apply the optimization for this. -- 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]
