andygrove opened a new issue, #798: URL: https://github.com/apache/datafusion-comet/issues/798
### What is the problem the feature request solves? In `CometRowToColumnarExec` (soon to be renamed to `CometSparkToColumnarExec`) we have code for converting from Spark columns to Comet columns, but it it does this by first converting the Spark columns to rows and then converts the rows to Comet columns. ### Describe the potential solution It would be better to implement direct Spark column to Comet column conversion ### 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]
