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

   > Hmm, `ObjectHashAggregateExec` is used to support 
`TypedImperativeAggregate` which uses arbitrary JVM objects as aggregation 
states. I doubt that if we can make a native counterpart to it.
   
   We can't run arbitrary JVM objects, but we can provide native versions for 
known aggregates provided by Spark. TPC-H uses it for a `bloom_filter_agg`, for 
example, so we can implement an equivalent aggregate 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