Skip to content

Commit

Permalink
[GLUTEN-6877][CH][UT] HotFix: Exclude unstable merge join q72 (#7006)
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen authored Aug 26, 2024
1 parent d4d7241 commit 61a1b0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 61a1b0a

Please sign in to comment.