viirya opened a new issue, #502:
URL: https://github.com/apache/datafusion-comet/issues/502

   ### Describe the bug
   
   If there are result expressions for Spark HashAggregation, we prepare these 
physical expressions to add an additional DataFusion `ProjectionExec` on top of 
`AggregateExec`.
   
   Currently we incorrectly use `AggregateExec`'s child schema as input schema 
to prepare these physical expressions. It causes some test failures in #403 as 
latest DataFusion adds additional check for that in 
https://github.com/apache/datafusion/pull/10088.
   
   
   
   ### Steps to reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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