From 5e0e0620af0b75d5eb6a371789c04d654d289b13 Mon Sep 17 00:00:00 2001 From: zml1206 Date: Thu, 9 Jul 2026 11:40:05 +0800 Subject: [PATCH] [VL] Fix GlutenVariantInferShreddingSuite in Spark 4.1 --- .../scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 2 -- 1 file changed, 2 deletions(-) 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 045df1600d..6cd53b4206 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]