Skip to content

Commit

Permalink
Exclude unstable merge join q72
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Aug 26, 2024
1 parent 2dd9887 commit 1e608a2
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 1e608a2

Please sign in to comment.