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 d0bbf51ac2 [GLUTEN-10671][VL] Enable datetime-legacy.sql (#10789)
d0bbf51ac2 is described below
commit d0bbf51ac2d52682b06b8d31306e6a68857eca14
Author: Rui Mo <[email protected]>
AuthorDate: Wed Sep 24 14:46:48 2025 +0100
[GLUTEN-10671][VL] Enable datetime-legacy.sql (#10789)
---
.../backends-velox/sql-tests/results/datetime-legacy.sql.out | 8 ++++----
.../test/scala/org/apache/spark/sql/GlutenSQLQueryTestSuite.scala | 3 +--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git
a/gluten-ut/spark35/src/test/resources/backends-velox/sql-tests/results/datetime-legacy.sql.out
b/gluten-ut/spark35/src/test/resources/backends-velox/sql-tests/results/datetime-legacy.sql.out
index 5e2a4d61e1..678ec16660 100644
---
a/gluten-ut/spark35/src/test/resources/backends-velox/sql-tests/results/datetime-legacy.sql.out
+++
b/gluten-ut/spark35/src/test/resources/backends-velox/sql-tests/results/datetime-legacy.sql.out
@@ -1398,8 +1398,8 @@ select TIMESTAMP_SECONDS(1230219000123123)
-- !query schema
struct<>
-- !query output
-java.lang.ArithmeticException
-long overflow
+org.apache.gluten.exception.GlutenException
+Could not convert Timestamp(1230219000123123, 0) to microseconds
-- !query
@@ -1407,8 +1407,8 @@ select TIMESTAMP_SECONDS(-1230219000123123)
-- !query schema
struct<>
-- !query output
-java.lang.ArithmeticException
-long overflow
+org.apache.gluten.exception.GlutenException
+Could not convert Timestamp(-1230219000123123, 0) to microseconds
-- !query
diff --git
a/gluten-ut/spark35/src/test/scala/org/apache/spark/sql/GlutenSQLQueryTestSuite.scala
b/gluten-ut/spark35/src/test/scala/org/apache/spark/sql/GlutenSQLQueryTestSuite.scala
index 2d721e394d..6056ea2ac9 100644
---
a/gluten-ut/spark35/src/test/scala/org/apache/spark/sql/GlutenSQLQueryTestSuite.scala
+++
b/gluten-ut/spark35/src/test/scala/org/apache/spark/sql/GlutenSQLQueryTestSuite.scala
@@ -141,8 +141,7 @@ class GlutenSQLQueryTestSuite
"ignored.sql", // Do NOT remove this one. It is here to test the ignore
functionality.
"explain-aqe.sql", // Explain is different in Gluten.
"explain-cbo.sql", // Explain is different in Gluten.
- "explain.sql", // Explain is different in Gluten.
- "datetime-legacy.sql" //
https://github.com/apache/incubator-gluten/issues/10671
+ "explain.sql" // Explain is different in Gluten.
) ++ otherIgnoreList ++
BackendTestSettings.instance.getSQLQueryTestSettings.getIgnoredSQLQueryTests
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]