This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 5fc5cc3f1f [GLUTEN-11102][VL] Ban flaky CSV tests in Spark-4.0 (#11104)
5fc5cc3f1f is described below
commit 5fc5cc3f1f8b41721addf990246e52f9d4a2eb5d
Author: Yuan <[email protected]>
AuthorDate: Mon Nov 17 20:42:26 2025 +0000
[GLUTEN-11102][VL] Ban flaky CSV tests in Spark-4.0 (#11104)
Ban flaky CSV unit tests in Spark-4.0: GlutenHeaderCSVReadSchemaSuite
Signed-off-by: Yuan <[email protected]>
---
.../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 4 ++--
1 file 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 738f14cf04..c1ffb63301 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
@@ -590,8 +590,8 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenPruneFileSourcePartitionsSuite]
// TODO: fix in Spark-4.0
// enableSuite[GlutenCSVReadSchemaSuite]
- enableSuite[GlutenHeaderCSVReadSchemaSuite]
- .exclude("change column type from int to long")
+ // enableSuite[GlutenHeaderCSVReadSchemaSuite]
+ // .exclude("change column type from int to long")
enableSuite[GlutenJsonReadSchemaSuite]
enableSuite[GlutenOrcReadSchemaSuite]
enableSuite[GlutenVectorizedOrcReadSchemaSuite]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]