kazuyukitanimura commented on code in PR #1910: URL: https://github.com/apache/datafusion-comet/pull/1910#discussion_r2155756956
########## dev/diffs/3.5.6.diff: ########## @@ -1938,7 +1938,17 @@ index 8e88049f51e..d3c0737d52e 100644 import testImplicits._ // keep() should take effect on StartsWith/EndsWith/Contains Seq( -@@ -1984,7 +1997,8 @@ abstract class ParquetFilterSuite extends QueryTest with ParquetTest with Shared +@@ -1743,7 +1756,8 @@ abstract class ParquetFilterSuite extends QueryTest with ParquetTest with Shared + } + } + +- test("SPARK-17091: Convert IN predicate to Parquet filter push-down") { ++ test("SPARK-17091: Convert IN predicate to Parquet filter push-down", ++ IgnoreCometNativeScan("Comet has different push-down behavior")) { Review Comment: Does that mean we need to revisit to support parquet filter push-down? If so, should we track in a ticket? -- 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