andygrove commented on issue #1389:
URL: 
https://github.com/apache/datafusion-comet/issues/1389#issuecomment-3634101239

   I added a repro in https://github.com/apache/datafusion-comet/pull/2863 and 
I plan on implementing a fix in `CometExecRule`.
   
   My plan is to walk the plan top to bottom and when we see a final aggregate 
that is not supported then we walk down to the child partial and tag it with a 
fallback reason. This will need to happen before replacing any execs.


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