diff --git a/gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala b/gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala index 045df1600db..6cd53b42060 100644 --- a/gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala +++ b/gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala @@ -624,8 +624,6 @@ class VeloxTestSettings extends BackendTestSettings { .exclude("Read Parquet file generated by parquet-thrift") enableSuite[GlutenParquetVectorizedSuite] enableSuite[GlutenVariantInferShreddingSuite] - // TODO: fix on Spark-4.1 see https://github.com/apache/spark/pull/52406 - .exclude("infer shredding with mixed scale") enableSuite[GlutenTextV1Suite] enableSuite[GlutenTextV2Suite] enableSuite[GlutenDataSourceV2StrategySuite]