@@ -2944,7 +2944,7 @@ index 6b73cc8618d..624694916fb 100644
29442944 case _ => assert(false, "Can not match ParquetTable in the query.")
29452945 }
29462946diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala
2947- index 3072657a095..b2293ccab17 100644
2947+ index 3072657a095..6b5b9103363 100644
29482948--- a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala
29492949+++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala
29502950@@ -40,6 +40,7 @@ import org.apache.parquet.schema.{MessageType, MessageTypeParser}
@@ -2955,57 +2955,17 @@ index 3072657a095..b2293ccab17 100644
29552955 import org.apache.spark.sql.catalyst.InternalRow
29562956 import org.apache.spark.sql.catalyst.expressions.{Attribute, GenericInternalRow, UnsafeRow}
29572957 import org.apache.spark.sql.catalyst.util.{DateTimeConstants, DateTimeUtils}
2958- @@ -765,7 +766,8 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession
2959- }
2960- }
2961-
2962- - test("vectorized reader: missing all struct fields") {
2963- + test("vectorized reader: missing all struct fields",
2964- + IgnoreComet("https://github.com/apache/datafusion-comet/issues/4136")) {
2965- for {
2966- offheapEnabled <- Seq(true, false)
2967- returnNullStructIfAllFieldsMissing <- Seq(true, false)
2968- @@ -803,7 +805,8 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession
2969- }
2970- }
2971-
2972- - test("SPARK-53535: vectorized reader: missing all struct fields, struct with complex fields") {
2973- + test("SPARK-53535: vectorized reader: missing all struct fields, struct with complex fields",
2974- + IgnoreComet("https://github.com/apache/datafusion-comet/issues/4136")) {
2975- val data = Seq(
2976- Row(Row(Seq(11, 12, null, 14), Row("21", 22), Row(true)), 100),
2977- Row(Row(Seq(11, 12, null, 14), Row("21", 22), Row(false)), 100),
2978- @@ -858,7 +861,8 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession
2979- }
2980- }
2981-
2982- - test("SPARK-53535: vectorized reader: missing all struct fields, struct with map field only") {
2983- + test("SPARK-53535: vectorized reader: missing all struct fields, struct with map field only",
2984- + IgnoreComet("https://github.com/apache/datafusion-comet/issues/4136")) {
2985- val data = Seq(
2986- Row(Row(Map("key1" -> 1)), 100),
2987- Row(Row(Map("key2" -> 2)), 100),
2988- @@ -903,7 +907,8 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession
2989- }
2990-
2991- test("SPARK-53535: vectorized reader: missing all struct fields, " +
2992- - "struct with cheap map and more expensive array field") {
2993- + "struct with cheap map and more expensive array field",
2994- + IgnoreComet("https://github.com/apache/datafusion-comet/issues/4136")) {
2995- val data = Seq(
2996- Row(Row(Map(false -> Row("expensive", 1)), Seq("test1")), 100),
2997- Row(Row(Map(true -> Row("expensive", 2)), Seq("test2")), 100),
2998- @@ -953,7 +958,8 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession
2958+ @@ -953,7 +954,8 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession
29992959 }
30002960 }
30012961
30022962- test("SPARK-54220: vectorized reader: missing all struct fields, struct with NullType only") {
30032963+ test("SPARK-54220: vectorized reader: missing all struct fields, struct with NullType only",
3004- + IgnoreComet("https://github.com/apache/datafusion-comet/issues/4136 ")) {
2964+ + IgnoreComet("https://github.com/apache/datafusion-comet/issues/4199 ")) {
30052965 val data = Seq(
30062966 Tuple1((null, null)),
30072967 Tuple1((null, null)),
3008- @@ -1282,7 +1288 ,8 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession
2968+ @@ -1282,7 +1284 ,8 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession
30092969 }
30102970 }
30112971
@@ -3015,7 +2975,7 @@ index 3072657a095..b2293ccab17 100644
30152975 val data = (1 to 4).map(i => Tuple1(i.toString))
30162976 val readSchema = StructType(Seq(StructField("_1", DataTypes.TimestampType)))
30172977
3018- @@ -1567,7 +1574 ,8 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession
2978+ @@ -1567,7 +1570 ,8 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession
30192979 }
30202980 }
30212981
0 commit comments