andygrove opened a new issue, #2723:
URL: https://github.com/apache/datafusion-comet/issues/2723

   ### What is the problem the feature request solves?
   
   Many (most?) Spark SQL tests do not start with Parquet scan, but use 
`RDDScanExec`, `LocalTableScanExec`, etc. so Comet falls back to Spark very 
early. This means that we are missing out on test coverage.
   
   ### Describe the potential solution
   
   - Make `spark.comet.sparkToColumnar.enabled` configurable via env var
   - Set that env var in CI when running Spark SQL tests
   - Fix failing tests (or ignore them until we can fix the bugs)
   
   ### 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]

Reply via email to