From febd663ea01b0a11006c052d5954e3d2ff3a34ed Mon Sep 17 00:00:00 2001 From: taiyang-li <654010905@qq.com> Date: Wed, 12 Feb 2025 11:05:21 +0800 Subject: [PATCH] fix failed uts --- .../apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 deea8388e0a9..ff1d688472d7 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 @@ -541,7 +541,7 @@ class ClickHouseTestSettings extends BackendTestSettings { // test for sort node not present but gluten uses shuffle hash join .exclude("SPARK-41048: Improve output partitioning and ordering with AQE cache") // Rewrite this test since it checks the physical operator which is changed in Gluten - .includeCH("SPARK-27439: Explain result should match collected result after view change") + .excludeCH("SPARK-27439: Explain result should match collected result after view change") .excludeCH("SPARK-28067: Aggregate sum should not return wrong results for decimal overflow") .excludeCH("SPARK-35955: Aggregate avg should not return wrong results for decimal overflow") .excludeCH("summary")