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 e208a8f112 [GLUTEN-10175][VL] Enable abs test (#10276)
e208a8f112 is described below
commit e208a8f1122923f9d97f889d5df13c3ce78d391d
Author: Rui Mo <[email protected]>
AuthorDate: Tue Jul 29 15:46:28 2025 +0100
[GLUTEN-10175][VL] Enable abs test (#10276)
---
.../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 2 --
.../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 2 --
.../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 2 --
.../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 2 --
4 files changed, 8 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 2344316242..9c592e5448 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
@@ -253,8 +253,6 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("random")
.exclude("SPARK-9127 codegen with long seed")
enableSuite[GlutenArithmeticExpressionSuite]
- // https://github.com/apache/incubator-gluten/issues/10175
- .exclude("SPARK-34742: Abs throws exception when input is out of range in
ANSI mode")
enableSuite[GlutenConditionalExpressionSuite]
enableSuite[GlutenDataFrameWindowFunctionsSuite]
// Spill not supported yet.
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 dd0121393b..1b90f2178d 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
@@ -105,8 +105,6 @@ class VeloxTestSettings extends BackendTestSettings {
// Revised by setting timezone through config and commented unsupported
cases.
.exclude("cast string to timestamp")
enableSuite[GlutenArithmeticExpressionSuite]
- // https://github.com/apache/incubator-gluten/issues/10175
- .exclude("SPARK-34742: Abs throws exception when input is out of range in
ANSI mode")
enableSuite[GlutenBitwiseExpressionsSuite]
enableSuite[GlutenCastSuite]
.exclude(
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 82ba127334..fe249fa406 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
@@ -88,8 +88,6 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenQueryParsingErrorsSuite]
enableSuite[GlutenArithmeticExpressionSuite]
.exclude("SPARK-45786: Decimal multiply, divide, remainder, quot")
- // https://github.com/apache/incubator-gluten/issues/10175
- .exclude("SPARK-34742: Abs throws exception when input is out of range in
ANSI mode")
enableSuite[GlutenBitwiseExpressionsSuite]
enableSuite[GlutenCastSuite]
.exclude(
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 90a731c9d4..b4903b4d61 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
@@ -88,8 +88,6 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenQueryParsingErrorsSuite]
enableSuite[GlutenArithmeticExpressionSuite]
.exclude("SPARK-45786: Decimal multiply, divide, remainder, quot")
- // https://github.com/apache/incubator-gluten/issues/10175
- .exclude("SPARK-34742: Abs throws exception when input is out of range in
ANSI mode")
enableSuite[GlutenBitwiseExpressionsSuite]
enableSuite[GlutenCastSuite]
.exclude(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]