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 d880856
Showing 1 changed file with 0 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

0 comments on commit d880856

Please sign in to comment.