andygrove opened a new issue, #3925: URL: https://github.com/apache/datafusion-comet/issues/3925
### What is the problem the feature request solves? When Comet has a native ShuffleWriter and a native child plan, batches get created in native code, then imported into JVM, then exported back to native. The JVM side does not need to access the data so the import/export is unnecessary overhead. I would like to explore a simpler approach where a simple pointer (for the whole batch) is passed back and forth without any additional processing. ### Describe the potential solution _No response_ ### Additional context _No response_ -- 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]
