andygrove commented on PR #3731: URL: https://github.com/apache/datafusion-comet/pull/3731#issuecomment-4098489924
> I read the relevant implementation in Gluten, which defines a lightweight ColumanBatch that only holds a nativeHandle and does not make arrow imports. > > https://github.com/apache/gluten/blob/main/gluten-arrow/src/main/java/org/apache/gluten/columnarbatch/IndicatorVector.java That's interesting. I think Comet could benefit from this approach as well. -- 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]
