kazuyukitanimura commented on PR #1318:
URL: 
https://github.com/apache/datafusion-comet/pull/1318#issuecomment-2608505481

   spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala
   ```
         Seq("parquet").foreach { v1List =>
           withSQLConf(
             SQLConf.USE_V1_SOURCE_LIST.key -> v1List,
             CometConf.COMET_ENABLED.key -> "true",
             CometConf.COMET_NATIVE_SCAN_IMPL.key -> 
CometConf.SCAN_NATIVE_DATAFUSION,
             CometConf.COMET_EXPLAIN_FALLBACK_ENABLED.key -> "true") {
   ```
   Previously the test was testing v2 reader as well by `Seq("", "parquet").` 
although the test was ignored.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to