This is an automated email from the ASF dual-hosted git repository.
yuanzhou 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 eed52fa6a [GLUTEN-3559][VL] enable more sql query tests for Spark34
(#4880)
eed52fa6a is described below
commit eed52fa6a8cbb7a29313e2a76a58011a95f8161b
Author: Yuan <[email protected]>
AuthorDate: Wed Mar 13 17:04:01 2024 +0800
[GLUTEN-3559][VL] enable more sql query tests for Spark34 (#4880)
Enable more sql query tests in Spark34
---
.../utils/velox/VeloxSQLQueryTestSettings.scala | 32 +++++++++++-----------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git
a/gluten-ut/spark34/src/test/scala/io/glutenproject/utils/velox/VeloxSQLQueryTestSettings.scala
b/gluten-ut/spark34/src/test/scala/io/glutenproject/utils/velox/VeloxSQLQueryTestSettings.scala
index fd54a4c9c..81c664526 100644
---
a/gluten-ut/spark34/src/test/scala/io/glutenproject/utils/velox/VeloxSQLQueryTestSettings.scala
+++
b/gluten-ut/spark34/src/test/scala/io/glutenproject/utils/velox/VeloxSQLQueryTestSettings.scala
@@ -52,14 +52,14 @@ object VeloxSQLQueryTestSettings extends
SQLQueryTestSettings {
"datetime-parsing-legacy.sql",
"datetime-parsing.sql",
"datetime-special.sql",
- // "decimalArithmeticOperations.sql",
+ "decimalArithmeticOperations.sql",
// "describe-part-after-analyze.sql",
"describe-query.sql",
"describe-table-after-alter-table.sql",
"describe-table-column.sql",
"describe.sql",
"except-all.sql",
- // "except.sql",
+ "except.sql",
"extract.sql",
"group-by-filter.sql",
"group-by-ordinal.sql",
@@ -168,25 +168,25 @@ object VeloxSQLQueryTestSettings extends
SQLQueryTestSettings {
"postgreSQL/window_part4.sql",
"postgreSQL/with.sql",
"datetime-special.sql",
- // "timestamp-ansi.sql",
+ "timestamp-ansi.sql",
"timestamp.sql",
"arrayJoin.sql",
"binaryComparison.sql",
- // "booleanEquality.sql",
- // "caseWhenCoercion.sql",
+ "booleanEquality.sql",
+ "caseWhenCoercion.sql",
"concat.sql",
- // "dateTimeOperations.sql",
- // "decimalPrecision.sql",
- // "division.sql",
+ "dateTimeOperations.sql",
+ "decimalPrecision.sql",
+ "division.sql",
"elt.sql",
- // "ifCoercion.sql",
+ "ifCoercion.sql",
"implicitTypeCasts.sql",
- // "inConversion.sql",
- // "mapZipWith.sql",
- // "promoteStrings.sql",
- // "stringCastAndExpressions.sql",
- // "widenSetOperationTypes.sql",
- // "windowFrameCoercion.sql",
+ "inConversion.sql",
+ "mapZipWith.sql",
+ "promoteStrings.sql",
+ "stringCastAndExpressions.sql",
+ "widenSetOperationTypes.sql",
+ "windowFrameCoercion.sql",
"timestamp-ltz.sql",
"timestamp-ntz.sql",
"timezone.sql",
@@ -194,7 +194,7 @@ object VeloxSQLQueryTestSettings extends
SQLQueryTestSettings {
"try_arithmetic.sql",
"try_cast.sql",
"udaf.sql",
- // "union.sql",
+ "union.sql",
"using-join.sql",
"window.sql",
"udf-union.sql",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]