This is an automated email from the ASF dual-hosted git repository.
zhouyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new c357f6b811 [VL] Fix GlutenVariantInferShreddingSuite in Spark 4.1
(#12481)
c357f6b811 is described below
commit c357f6b811dfc9de29cdde576cb6ec6795d994ec
Author: Mingliang Zhu <[email protected]>
AuthorDate: Fri Jul 10 17:51:47 2026 +0800
[VL] Fix GlutenVariantInferShreddingSuite in Spark 4.1 (#12481)
---
.../test/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 7048695d3e..8eeff48a41 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
@@ -625,8 +625,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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]