diff --git a/gluten-ut/spark32/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala b/gluten-ut/spark32/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala index 7f45b43c96bf1..a73dca710bd50 100644 --- a/gluten-ut/spark32/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala +++ b/gluten-ut/spark32/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala @@ -322,8 +322,6 @@ class VeloxTestSettings extends BackendTestSettings { // Not useful and time consuming. .exclude("SPARK-33084: Add jar support Ivy URI in SQL") .exclude("SPARK-33084: Add jar support Ivy URI in SQL -- jar contains udf class") - // ReaderFactory is not registered for format orc. - .exclude("SPARK-33593: Vector reader got incorrect data with binary partition value") enableSuite[GlutenDatasetAggregatorSuite] enableSuite[GlutenDatasetOptimizationSuite] enableSuite[GlutenDatasetPrimitiveSuite] @@ -358,8 +356,6 @@ class VeloxTestSettings extends BackendTestSettings { .exclude("Return correct results when data columns overlap with partition " + "columns (nested data)") .exclude("SPARK-31116: Select nested schema with case insensitive mode") - // ReaderFactory is not registered for format orc. - .exclude("SPARK-15474 Write and read back non-empty schema with empty dataframe - orc") .exclude("SPARK-23271 empty RDD when saved should write a metadata only file - orc") .exclude("SPARK-22146 read files containing special characters using orc") .exclude("Do not use cache on overwrite") @@ -1068,7 +1064,5 @@ class VeloxTestSettings extends BackendTestSettings { .exclude("SPARK-33687: analyze all tables in a specific database") enableSuite[FallbackStrategiesSuite] enableSuite[GlutenHiveSQLQuerySuite] - // ReaderFactory is not registered for format orc. - .exclude("hive orc scan") } // scalastyle:on line.size.limit diff --git a/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala b/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala index 156c91da80e07..2bd2070ed260a 100644 --- a/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala +++ b/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala @@ -1076,8 +1076,6 @@ class VeloxTestSettings extends BackendTestSettings { .exclude("SPARK-31116: Select nested schema with case insensitive mode") // exclude as original metric not correct when task offloaded to velox .exclude("SPARK-37585: test input metrics for DSV2 with output limits") - // ReaderFactory is not registered for format orc. - .exclude("SPARK-15474 Write and read back non-empty schema with empty dataframe - orc") .exclude("SPARK-23271 empty RDD when saved should write a metadata only file - orc") .exclude("SPARK-22146 read files containing special characters using orc") .exclude("SPARK-30362: test input metrics for DSV2") @@ -1129,8 +1127,6 @@ class VeloxTestSettings extends BackendTestSettings { // Not useful and time consuming. .exclude("SPARK-33084: Add jar support Ivy URI in SQL") .exclude("SPARK-33084: Add jar support Ivy URI in SQL -- jar contains udf class") - // ReaderFactory is not registered for format orc. - .exclude("SPARK-33593: Vector reader got incorrect data with binary partition value") enableSuite[GlutenSQLQueryTestSuite] enableSuite[GlutenStatisticsCollectionSuite] .exclude("SPARK-33687: analyze all tables in a specific database") @@ -1147,7 +1143,5 @@ class VeloxTestSettings extends BackendTestSettings { enableSuite[GlutenXPathFunctionsSuite] enableSuite[GlutenFallbackSuite] enableSuite[GlutenHiveSQLQuerySuite] - // ReaderFactory is not registered for format orc. - .exclude("hive orc scan") } // scalastyle:on line.size.limit