andygrove opened a new issue, #837: URL: https://github.com/apache/datafusion-comet/issues/837
### What is the problem the feature request solves? We would like to implement a custom version of ColumnarToRowExec to allow for more efficient use of JNI interactions. I would like to break this task down into smaller units of work. This issue is for creating a new `CometColumnarToRowExec` which for now is an identical copy of Spark's `ColumnarToRowExec` and for implementing the planning logic to replace Spark's version with Comet's version. This then allows is to start iterating on making code changes to improve the interaction between C2R and CometVector. ### 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]
