andygrove commented on code in PR #2141: URL: https://github.com/apache/datafusion-comet/pull/2141#discussion_r2274835971
########## spark/src/test/scala/org/apache/comet/parquet/ParquetReadSuite.scala: ########## @@ -1848,16 +1848,16 @@ class ParquetReadV1Suite extends ParquetReadSuite with AdaptiveSparkPlanHelper { test("Test V1 parquet scan uses respective scanner") { Seq( ("false", CometConf.SCAN_NATIVE_COMET, "FileScan parquet"), - ("true", CometConf.SCAN_NATIVE_COMET, "CometScan parquet"), + ("true", CometConf.SCAN_NATIVE_COMET, "CometScan [native_comet] parquet"), ("true", CometConf.SCAN_NATIVE_DATAFUSION, "CometNativeScan"), Review Comment: There is a very different path for `native_datafusion` because it is fully native and reads from Parquet using DataFusion. The other scans are implemented in a native `ScanExec` which reads batches from the JVM. -- 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