Skip to content

Commit

Permalink
enable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lgbo-ustc committed Jul 19, 2024
1 parent afd5f5b commit e929292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,6 @@ abstract class GlutenClickHouseTPCDSAbstractSuite
// Q45 BroadcastHashJoin, ExistenceJoin
// Q94 BroadcastHashJoin, LeftSemi, NOT condition
(false, false)
case j if j == 38 || j == 87 =>
// Q38 and Q87 : Hash shuffle is not supported for expression in some case
if (isAqe) {
(true, true)
} else {
(false, true)
}
case q77 if q77 == 77 && !isAqe =>
// Q77 CartesianProduct
(false, false)
case other => (true, false)
}
sqlNums.map((_, noFallBack._1, noFallBack._2))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ class GlutenClickHouseTPCDSParquetSortMergeJoinSuite extends GlutenClickHouseTPC
"q14b",
"q23a",
"q23b",
"q38",
"q51",
"q69",
"q70",
"q78",
"q87",
"q95",
"q97"
) ++ super.excludedTpcdsQueries
Expand Down

0 comments on commit e929292

Please sign in to comment.