Skip to content

Commit 028e5f9

Browse files
committed
fix: use IgnoreCometNativeScan for StringPredicate test in 3.4.3 diff
Change the tag on "filter pushdown - StringPredicate" test from IgnoreCometNativeDataFusion to IgnoreCometNativeScan for consistency with the 3.5.8 and 4.0.1 diffs.
1 parent d7a228c commit 028e5f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev/diffs/3.4.3.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2003,7 +2003,7 @@ index 07e2849ce6f..3e73645b638 100644
20032003
ParquetOutputFormat.WRITER_VERSION -> ParquetProperties.WriterVersion.PARQUET_2_0.toString
20042004
)
20052005
diff --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..d865077684f 100644
2006+
index 104b4e416cd..0897e4f3776 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..d865077684f 100644
20692069

20702070
- test("filter pushdown - StringPredicate") {
20712071
+ test("filter pushdown - StringPredicate",
2072-
+ IgnoreCometNativeDataFusion("cannot be pushed down")) {
2072+
+ IgnoreCometNativeScan("cannot be pushed down")) {
20732073
import testImplicits._
20742074
// keep() should take effect on StartsWith/EndsWith/Contains
20752075
Seq(

0 commit comments

Comments
 (0)