andygrove commented on code in PR #2141:
URL: https://github.com/apache/datafusion-comet/pull/2141#discussion_r2274142811
##########
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"),
- ("true", CometConf.SCAN_NATIVE_ICEBERG_COMPAT, "CometScan
parquet")).foreach {
- case (cometEnabled, cometNativeScanImpl, expectedScanner) =>
+ ("true", CometConf.SCAN_NATIVE_ICEBERG_COMPAT, "CometScan
[native_iceberg_compat] parquet"))
Review Comment:
This test needed an update (and seems more useful now)
--
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]