This is an automated email from the ASF dual-hosted git repository. rui-mo pushed a commit to branch ts_ntz_dev in repository https://gitbox.apache.org/repos/asf/gluten.git
commit 4b0906a5d8847edb620e655a904d1221a464a79c Author: Rui Mo <[email protected]> AuthorDate: Wed Jun 10 23:17:13 2026 -0700 Ignore CH relevant tests --- .../org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala | 6 ++++++ .../org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala | 4 ++++ .../org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala b/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala index 0b7e2d4037..12b07a246f 100644 --- a/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala +++ b/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala @@ -716,6 +716,10 @@ class ClickHouseTestSettings extends BackendTestSettings { .excludeCH("SPARK-31896: Handle am-pm timestamp parsing when hour is missing") .excludeCH("UNIX_SECONDS") .excludeCH("TIMESTAMP_SECONDS") + // TimestampNTZ evaluation is not supported. + .excludeCH("Seconds") + .excludeCH("Minute") + .excludeGlutenTest("Hour") enableSuite[GlutenDateFunctionsSuite] // The below two are replaced by two modified versions. .exclude("unix_timestamp") @@ -731,6 +735,8 @@ class ClickHouseTestSettings extends BackendTestSettings { .excludeCH("SPARK-30793: truncate timestamps before the epoch to seconds and minutes") .excludeCH("try_to_timestamp") .excludeCH("Gluten - to_unix_timestamp") + .excludeCH("Seconds") + .excludeCH("Minute") enableSuite[GlutenDecimalExpressionSuite] enableSuite[GlutenDecimalPrecisionSuite] enableSuite[GlutenDeleteFromTableSuite] diff --git a/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala b/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala index cfcfe8198f..519ea4b574 100644 --- a/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala +++ b/gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala @@ -703,6 +703,10 @@ class ClickHouseTestSettings extends BackendTestSettings { .excludeCH("SPARK-31896: Handle am-pm timestamp parsing when hour is missing") .excludeCH("UNIX_SECONDS") .excludeCH("TIMESTAMP_SECONDS") + // TimestampNTZ evaluation is not supported. + .excludeCH("Seconds") + .excludeCH("Minute") + .excludeGlutenTest("Hour") enableSuite[GlutenDateFunctionsSuite] // The below two are replaced by two modified versions. .exclude("unix_timestamp") diff --git a/gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala b/gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala index cfcfe8198f..519ea4b574 100644 --- a/gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala +++ b/gluten-ut/spark41/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala @@ -703,6 +703,10 @@ class ClickHouseTestSettings extends BackendTestSettings { .excludeCH("SPARK-31896: Handle am-pm timestamp parsing when hour is missing") .excludeCH("UNIX_SECONDS") .excludeCH("TIMESTAMP_SECONDS") + // TimestampNTZ evaluation is not supported. + .excludeCH("Seconds") + .excludeCH("Minute") + .excludeGlutenTest("Hour") enableSuite[GlutenDateFunctionsSuite] // The below two are replaced by two modified versions. .exclude("unix_timestamp") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
