pchintar commented on issue #3841:
URL: 
https://github.com/apache/datafusion-comet/issues/3841#issuecomment-4274614860

   Thanks @comphead for the question. This issue is primarily about adding 
native support and removing fallback, not about optimizing first_value-style 
aggregates as max_by & min_by are currently missing native support and 
implementation in Comet. Also, the goal is to cover for both HashAggregateExec 
and SortAggregateExec bc currently when Spark plans SortAggregateExec(e.g., for 
variable-width types), it falls back instead of executing natively.


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