This is an automated email from the ASF dual-hosted git repository.
mingliang 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 41aa153ee4 [CH] Hotfix to #8212 (#8259)
41aa153ee4 is described below
commit 41aa153ee46c7fced09182de3543ba73bbc5c531
Author: Chang chen <[email protected]>
AuthorDate: Tue Dec 17 20:38:25 2024 +0800
[CH] Hotfix to #8212 (#8259)
---
.../org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala | 1 +
1 file changed, 1 insertion(+)
diff --git
a/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala
b/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala
index 36d5b5177c..16879489d2 100644
---
a/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala
+++
b/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala
@@ -286,6 +286,7 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("groupBy.as")
enableSuite[GlutenDateFunctionsSuite]
.exclude("function to_date")
+ .excludeGlutenTest("function to_date")
.exclude("unix_timestamp")
.exclude("to_unix_timestamp")
.exclude("to_timestamp")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]