andygrove opened a new issue, #3268: URL: https://github.com/apache/datafusion-comet/issues/3268
### What is the problem the feature request solves? Implementing a native columnar-to-row operator would reduce GC pressure by avoiding JVM allocations. ### Existing PRs - https://github.com/apache/datafusion-comet/pull/3221 - https://github.com/apache/datafusion-comet/pull/3266 ### Remaining Work - [ ] Address review comment https://github.com/apache/datafusion-comet/pull/3221#discussion_r2719315607 (Do we need to consider exportedNumRows > batchSize) - [ ] Address review comment https://github.com/apache/datafusion-comet/pull/3221#discussion_r2719336356 (Does the columnBatch need to be closed after converting?) - [ ] Fix Spark SQL test failures - [ ] Enable feature by default ### 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]
