wForget commented on code in PR #1566: URL: https://github.com/apache/datafusion-comet/pull/1566#discussion_r2020392976
########## spark/src/test/scala/org/apache/comet/parquet/ParquetReadSuite.scala: ########## @@ -1460,6 +1460,59 @@ class ParquetReadV1Suite extends ParquetReadSuite with AdaptiveSparkPlanHelper { v1 = Some("parquet")) } } + + test("test V1 parquet scan filter pushdown of primitive types uses native_iceberg_compat") { Review Comment: I enabled the test for native_datafusion, but the current native_datafusion mode always push down fitlers, I added a comment: https://github.com/apache/datafusion-comet/blob/8896f67247a47ed6463f297102070e6f5ea9c0aa/spark/src/test/scala/org/apache/comet/parquet/ParquetReadSuite.scala#L1516-L1519 -- 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