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: `CometScan
[native_datafusion]`?
--
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]