This is an automated email from the ASF dual-hosted git repository.
changchen 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 9ed0ffb81b [GLUTEN-11550][UT] Enable GlutenXmlFunctionsSuite for Spark
4.0 and 4.1 (#11725)
9ed0ffb81b is described below
commit 9ed0ffb81b37ee3a03df5bb02a97ee5e9b80d8e2
Author: Chang Chen <[email protected]>
AuthorDate: Thu Mar 12 16:08:25 2026 +0800
[GLUTEN-11550][UT] Enable GlutenXmlFunctionsSuite for Spark 4.0 and 4.1
(#11725)
The woodstox classpath conflict that caused 10 failures was already fixed
by PR #11580. All 31 tests pass on both spark40 and spark41.
Co-authored-by: Copilot <[email protected]>
---
.../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 2 +-
.../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
b/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index 867b16d6d6..9964ed2c4d 100644
---
a/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++
b/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -861,7 +861,7 @@ class VeloxTestSettings extends BackendTestSettings {
// TODO: 4.x enableSuite[GlutenVariantShreddingSuite] // 8 failures
enableSuite[GlutenVariantSuite]
enableSuite[GlutenVariantWriteShreddingSuite]
- // TODO: 4.x enableSuite[GlutenXmlFunctionsSuite] // 10 failures
+ enableSuite[GlutenXmlFunctionsSuite]
enableSuite[GlutenApproxCountDistinctForIntervalsQuerySuite]
enableSuite[GlutenApproximatePercentileQuerySuite]
enableSuite[GlutenCachedTableSuite]
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 da37ea5f7f..fee8c067a3 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
@@ -826,7 +826,7 @@ class VeloxTestSettings extends BackendTestSettings {
// TODO: 4.x enableSuite[GlutenVariantShreddingSuite] // 8 failures
enableSuite[GlutenVariantSuite]
enableSuite[GlutenVariantWriteShreddingSuite]
- // TODO: 4.x enableSuite[GlutenXmlFunctionsSuite] // 10 failures
+ enableSuite[GlutenXmlFunctionsSuite]
enableSuite[GlutenApproxCountDistinctForIntervalsQuerySuite]
enableSuite[GlutenAddMetadataColumnsSuite]
enableSuite[GlutenAlwaysPersistedConfigsSuite]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]