andygrove commented on issue #2391:
URL:
https://github.com/apache/datafusion-comet/issues/2391#issuecomment-3289548604
Spark's InMemoryTableScanExec can support columnar data. I wonder if we can
leverage this rather than replacing the operator.
--
This is an automated message from the A
andygrove opened a new issue, #2391:
URL: https://github.com/apache/datafusion-comet/issues/2391
### What is the problem the feature request solves?
In queries with InMemoryTableScanExec, we have to perform a
CometColumnarToRowExec to convert to row format, and then the rest of the qu