This is an automated email from the ASF dual-hosted git repository.
rui 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 6daf5eae79 [VL] Enable passing JSON tests (#10743)
6daf5eae79 is described below
commit 6daf5eae79215dbdad6eb6afb4ff9d0da23e2d4d
Author: Ankita Victor <[email protected]>
AuthorDate: Thu Sep 18 22:54:18 2025 +0530
[VL] Enable passing JSON tests (#10743)
---
.../scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 7 -------
.../scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 7 -------
.../scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 7 -------
.../scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 7 -------
4 files changed, 28 deletions(-)
diff --git
a/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
b/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index 97971e3f9c..dcf598887d 100644
---
a/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++
b/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -466,15 +466,8 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("DDL test parsing decimal type")
.exclude("test with tab delimiter and double quote")
enableSuite[GlutenJsonV1Suite]
- // FIXME: Array direct selection fails
- .exclude("Complex field and type inferring")
- .exclude("SPARK-4228 DataFrame to JSON")
enableSuite[GlutenJsonV2Suite]
- .exclude("Complex field and type inferring")
- .exclude("SPARK-4228 DataFrame to JSON")
enableSuite[GlutenJsonLegacyTimeParserSuite]
- .exclude("Complex field and type inferring")
- .exclude("SPARK-4228 DataFrame to JSON")
enableSuite[GlutenTextV1Suite]
enableSuite[GlutenTextV2Suite]
enableSuite[GlutenOrcColumnarBatchReaderSuite]
diff --git
a/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
b/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index 8fae1914e0..2b0c748339 100644
---
a/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++
b/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -260,15 +260,8 @@ class VeloxTestSettings extends BackendTestSettings {
// Arrow not support corrupt record
.exclude("SPARK-27873: disabling enforceSchema should not fail
columnNameOfCorruptRecord")
enableSuite[GlutenJsonV1Suite]
- // FIXME: Array direct selection fails
- .exclude("Complex field and type inferring")
- .exclude("SPARK-4228 DataFrame to JSON")
enableSuite[GlutenJsonV2Suite]
- .exclude("Complex field and type inferring")
- .exclude("SPARK-4228 DataFrame to JSON")
enableSuite[GlutenJsonLegacyTimeParserSuite]
- .exclude("Complex field and type inferring")
- .exclude("SPARK-4228 DataFrame to JSON")
enableSuite[GlutenValidateRequirementsSuite]
enableSuite[GlutenOrcColumnarBatchReaderSuite]
enableSuite[GlutenOrcFilterSuite]
diff --git
a/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
b/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index 81991d369c..3cc38a2e98 100644
---
a/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++
b/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -260,17 +260,10 @@ class VeloxTestSettings extends BackendTestSettings {
// Arrow not support corrupt record
.exclude("SPARK-27873: disabling enforceSchema should not fail
columnNameOfCorruptRecord")
enableSuite[GlutenJsonV1Suite]
- // FIXME: Array direct selection fails
- .exclude("Complex field and type inferring")
- .exclude("SPARK-4228 DataFrame to JSON")
enableSuite[GlutenJsonV2Suite]
// exception test
.exclude("SPARK-39731: Correctly parse dates and timestamps with yyyyMMdd
pattern")
- .exclude("Complex field and type inferring")
- .exclude("SPARK-4228 DataFrame to JSON")
enableSuite[GlutenJsonLegacyTimeParserSuite]
- .exclude("Complex field and type inferring")
- .exclude("SPARK-4228 DataFrame to JSON")
enableSuite[GlutenValidateRequirementsSuite]
enableSuite[GlutenOrcColumnarBatchReaderSuite]
enableSuite[GlutenOrcFilterSuite]
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 98ec182ba5..4088e08ab0 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
@@ -272,17 +272,10 @@ class VeloxTestSettings extends BackendTestSettings {
// varchar
.exclude("SPARK-48241: CSV parsing failure with char/varchar type columns")
enableSuite[GlutenJsonV1Suite]
- // FIXME: Array direct selection fails
- .exclude("Complex field and type inferring")
- .exclude("SPARK-4228 DataFrame to JSON")
enableSuite[GlutenJsonV2Suite]
// exception test
.exclude("SPARK-39731: Correctly parse dates and timestamps with yyyyMMdd
pattern")
- .exclude("Complex field and type inferring")
- .exclude("SPARK-4228 DataFrame to JSON")
enableSuite[GlutenJsonLegacyTimeParserSuite]
- .exclude("Complex field and type inferring")
- .exclude("SPARK-4228 DataFrame to JSON")
enableSuite[GlutenValidateRequirementsSuite]
enableSuite[GlutenOrcColumnarBatchReaderSuite]
enableSuite[GlutenOrcFilterSuite]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]