This is an automated email from the ASF dual-hosted git repository.
chengchengjin 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 79dccb8ee5 [GLUTEN][UT] Disable flaky UT from GlutenCSVv1Suite (#9355)
79dccb8ee5 is described below
commit 79dccb8ee524bba51df0b1b22915d0cd3862d90b
Author: Arnav Balyan <[email protected]>
AuthorDate: Mon Apr 21 03:14:36 2025 +0530
[GLUTEN][UT] Disable flaky UT from GlutenCSVv1Suite (#9355)
---
.../org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala | 3 +++
.../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 3 +++
2 files changed, 6 insertions(+)
diff --git
a/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala
b/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala
index af8c0ac201..0caa3008e1 100644
---
a/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala
+++
b/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala
@@ -319,6 +319,9 @@ class ClickHouseTestSettings extends BackendTestSettings {
.excludeCH("SPARK-40496: disable parsing fallback when the date/timestamp
format is provided")
.excludeCH("SPARK-42335: Pass the comment option through to univocity if
users set it explicitly in CSV dataSource")
.excludeCH("SPARK-46862: column pruning in the multi-line mode")
+ // Flaky and already excluded in other cases
+ .exclude("Gluten - test for FAILFAST parsing mode")
+
enableSuite[GlutenCSVv2Suite]
.exclude("Gluten - test for FAILFAST parsing mode")
// Rule
org.apache.spark.sql.execution.datasources.v2.V2ScanRelationPushDown in batch
diff --git
a/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
b/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index c84ae5803e..4a367807e6 100644
---
a/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++
b/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -233,6 +233,9 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("SPARK-27873: disabling enforceSchema should not fail
columnNameOfCorruptRecord")
// varchar
.exclude("SPARK-48241: CSV parsing failure with char/varchar type columns")
+ // Flaky and already excluded in other cases
+ .exclude("Gluten - test for FAILFAST parsing mode")
+
enableSuite[GlutenCSVv2Suite]
.exclude("Gluten - test for FAILFAST parsing mode")
// Rule
org.apache.spark.sql.execution.datasources.v2.V2ScanRelationPushDown in batch
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]