This is an automated email from the ASF dual-hosted git repository. agrove pushed a commit to branch fix/spark-343-filter-pushdown-tag in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
commit 028e5f92301bea1290b73b62949de40f2a980870 Author: Andy Grove <[email protected]> AuthorDate: Sat Mar 28 08:50:33 2026 -0600 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. --- dev/diffs/3.4.3.diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/diffs/3.4.3.diff b/dev/diffs/3.4.3.diff index e40328536..7e98a8f8c 100644 --- a/dev/diffs/3.4.3.diff +++ b/dev/diffs/3.4.3.diff @@ -2003,7 +2003,7 @@ index 07e2849ce6f..3e73645b638 100644 ParquetOutputFormat.WRITER_VERSION -> ParquetProperties.WriterVersion.PARQUET_2_0.toString ) 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 -index 104b4e416cd..d865077684f 100644 +index 104b4e416cd..0897e4f3776 100644 --- 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 @@ -38,6 +38,7 @@ import org.apache.parquet.schema.MessageType @@ -2069,7 +2069,7 @@ index 104b4e416cd..d865077684f 100644 - test("filter pushdown - StringPredicate") { + test("filter pushdown - StringPredicate", -+ IgnoreCometNativeDataFusion("cannot be pushed down")) { ++ IgnoreCometNativeScan("cannot be pushed down")) { import testImplicits._ // keep() should take effect on StartsWith/EndsWith/Contains Seq( --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
