acvictor commented on issue #11605: URL: https://github.com/apache/incubator-gluten/issues/11605#issuecomment-3960983378
I think it is feasible by making Gluten's ValueStream operator in RowVectorStream.h override canAddDynamicFilter() to return true, addDynamicFilterLocked() to receive filters, then apply them in getOutput() using Filter::testX() + Velox zero-copy wrap(). I think the changes can be contained to RowVectorStream.h. I can try out a PoC! -- 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]
