wForget commented on code in PR #1566: URL: https://github.com/apache/datafusion-comet/pull/1566#discussion_r2015410919
########## spark/src/test/scala/org/apache/comet/parquet/ParquetReadSuite.scala: ########## @@ -1460,6 +1460,33 @@ class ParquetReadV1Suite extends ParquetReadSuite with AdaptiveSparkPlanHelper { v1 = Some("parquet")) } } + + test("test V1 parquet scan filter pushdown uses native_iceberg_compat") { + withTempPath { path => + val rows = 1000 + spark.range(rows).toDF("a").write.parquet(path.toString) Review Comment: > Would you mind covering all other types? Sure, I will add later -- 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