@@ -1333,21 +1333,6 @@ index 2e33f6505ab..54f5081e10a 100644
13331333 }
13341334
13351335 withTable("t1", "t2") {
1336- diff --git a/sql/core/src/test/scala/org/apache/spark/sql/VariantShreddingSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/VariantShreddingSuite.scala
1337- index fee375db10a..8c2c24e2c5f 100644
1338- --- a/sql/core/src/test/scala/org/apache/spark/sql/VariantShreddingSuite.scala
1339- +++ b/sql/core/src/test/scala/org/apache/spark/sql/VariantShreddingSuite.scala
1340- @@ -33,7 +33,9 @@ import org.apache.spark.sql.types._
1341- import org.apache.spark.types.variant._
1342- import org.apache.spark.unsafe.types.{UTF8String, VariantVal}
1343-
1344- - class VariantShreddingSuite extends QueryTest with SharedSparkSession with ParquetTest {
1345- + class VariantShreddingSuite extends QueryTest with SharedSparkSession with ParquetTest
1346- + // TODO enable tests once https://github.com/apache/datafusion-comet/issues/2209 is fixed
1347- + with IgnoreCometSuite {
1348- def parseJson(s: String): VariantVal = {
1349- val v = VariantBuilder.parseJson(s, false)
1350- new VariantVal(v.getValue, v.getMetadata)
13511336diff --git a/sql/core/src/test/scala/org/apache/spark/sql/collation/CollationSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/collation/CollationSuite.scala
13521337index 11e9547dfc5..637411056ae 100644
13531338--- a/sql/core/src/test/scala/org/apache/spark/sql/collation/CollationSuite.scala
@@ -3130,30 +3115,6 @@ index 09ed6955a51..5cd856ff7b6 100644
31303115 ) {
31313116 checkAllParquetReaders(
31323117 values = Seq("1.23", "10.34"),
3133- diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetVariantShreddingSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetVariantShreddingSuite.scala
3134- index 458b5dfc0f4..d209f3c85bc 100644
3135- --- a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetVariantShreddingSuite.scala
3136- +++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetVariantShreddingSuite.scala
3137- @@ -26,7 +26,7 @@ import org.apache.parquet.hadoop.util.HadoopInputFile
3138- import org.apache.parquet.schema.{LogicalTypeAnnotation, PrimitiveType}
3139- import org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName
3140-
3141- - import org.apache.spark.sql.{QueryTest, Row}
3142- + import org.apache.spark.sql.{IgnoreCometSuite, QueryTest, Row}
3143- import org.apache.spark.sql.internal.SQLConf
3144- import org.apache.spark.sql.internal.SQLConf.ParquetOutputTimestampType
3145- import org.apache.spark.sql.test.SharedSparkSession
3146- @@ -35,7 +35,9 @@ import org.apache.spark.unsafe.types.VariantVal
3147- /**
3148- * Test shredding Variant values in the Parquet reader/writer.
3149- */
3150- - class ParquetVariantShreddingSuite extends QueryTest with ParquetTest with SharedSparkSession {
3151- + class ParquetVariantShreddingSuite extends QueryTest with ParquetTest with SharedSparkSession
3152- + // TODO enable tests once https://github.com/apache/datafusion-comet/issues/2209 is fixed
3153- + with IgnoreCometSuite {
3154-
3155- private def testWithTempDir(name: String)(block: File => Unit): Unit = test(name) {
3156- withTempDir { dir =>
31573118diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/debug/DebuggingSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/debug/DebuggingSuite.scala
31583119index b8f3ea3c6f3..bbd44221288 100644
31593120--- a/sql/core/src/test/scala/org/apache/spark/sql/execution/debug/DebuggingSuite.scala
0 commit comments