This is an automated email from the ASF dual-hosted git repository.

changchen 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 61a1b0a8d [GLUTEN-6877][CH][UT] HotFix: Exclude unstable merge join 
q72 (#7006)
61a1b0a8d is described below

commit 61a1b0a8d99f3ada5650ad38a56aea6d2dceb9d0
Author: Chang chen <[email protected]>
AuthorDate: Mon Aug 26 13:12:07 2024 +0800

    [GLUTEN-6877][CH][UT] HotFix: Exclude unstable merge join q72 (#7006)
---
 .../execution/tpcds/GlutenClickHouseTPCDSParquetSortMergeJoinSuite.scala | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/backends-clickhouse/src/test/scala/org/apache/gluten/execution/tpcds/GlutenClickHouseTPCDSParquetSortMergeJoinSuite.scala
 
b/backends-clickhouse/src/test/scala/org/apache/gluten/execution/tpcds/GlutenClickHouseTPCDSParquetSortMergeJoinSuite.scala
index 41436da70..585d43be8 100644
--- 
a/backends-clickhouse/src/test/scala/org/apache/gluten/execution/tpcds/GlutenClickHouseTPCDSParquetSortMergeJoinSuite.scala
+++ 
b/backends-clickhouse/src/test/scala/org/apache/gluten/execution/tpcds/GlutenClickHouseTPCDSParquetSortMergeJoinSuite.scala
@@ -24,6 +24,7 @@ import org.apache.spark.SparkConf
 class GlutenClickHouseTPCDSParquetSortMergeJoinSuite extends 
GlutenClickHouseTPCDSAbstractSuite {
 
   override protected def excludedTpcdsQueries: Set[String] = Set(
+    "q72", // cause CI Pipeline to fail due to memory usage
     // fallback due to left semi/anti/existence join
     "q8",
     "q10",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to