File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2003,7 +2003,7 @@ index 07e2849ce6f..3e73645b638 100644
20032003 ParquetOutputFormat.WRITER_VERSION -> ParquetProperties.WriterVersion.PARQUET_2_0.toString
20042004 )
20052005diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilterSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilterSuite.scala
2006- index 104b4e416cd..0897e4f3776 100644
2006+ index 104b4e416cd..5ff142320cd 100644
20072007--- a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilterSuite.scala
20082008+++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilterSuite.scala
20092009@@ -38,6 +38,7 @@ import org.apache.parquet.schema.MessageType
@@ -2069,7 +2069,7 @@ index 104b4e416cd..0897e4f3776 100644
20692069
20702070- test("filter pushdown - StringPredicate") {
20712071+ test("filter pushdown - StringPredicate",
2072- + IgnoreCometNativeScan("cannot be pushed down ")) {
2072+ + IgnoreCometNativeScan("https://github.com/apache/datafusion-comet/issues/3321 ")) {
20732073 import testImplicits._
20742074 // keep() should take effect on StartsWith/EndsWith/Contains
20752075 Seq(
You can’t perform that action at this time.
0 commit comments