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 a01cad40c0 [GLUTEN-10671][VL] Ignore datetime-legacy.sql (#10672)
a01cad40c0 is described below
commit a01cad40c0c75c6a0a7a65db5e59c5c3b952e201
Author: Rui Mo <[email protected]>
AuthorDate: Wed Sep 10 22:50:02 2025 +0100
[GLUTEN-10671][VL] Ignore datetime-legacy.sql (#10672)
---
.../src/test/scala/org/apache/spark/sql/GlutenSQLQueryTestSuite.scala | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 6056ea2ac9..2d721e394d 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,7 +141,8 @@ 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.
+ "explain.sql", // Explain is different in Gluten.
+ "datetime-legacy.sql" //
https://github.com/apache/incubator-gluten/issues/10671
) ++ otherIgnoreList ++
BackendTestSettings.instance.getSQLQueryTestSettings.getIgnoredSQLQueryTests
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]