hsiang-c commented on code in PR #2141: URL: https://github.com/apache/datafusion-comet/pull/2141#discussion_r2274813959
########## 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: (nit) I wonder if we could have similar name, e.g. `CometScan [native_datafusion]`? Sometimes I am confused by `Native Comet` and `CometNativeScan`. -- 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