Skip to content

Commit

Permalink
enable uts
Browse files Browse the repository at this point in the history
  • Loading branch information
lgbo-ustc committed Aug 19, 2024
1 parent 5613900 commit 5cbe83f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ abstract class GlutenClickHouseTPCDSAbstractSuite
})

protected def fallbackSets(isAqe: Boolean): Set[Int] = {
val more = if (isSparkVersionGE("3.5")) Set(44, 67, 70) else Set.empty[Int]

// q16 smj + left semi + not condition
// Q94 BroadcastHashJoin, LeftSemi, NOT condition
Set(16, 94) | more
if (isSparkVersionGE("3.5")) Set(44, 67, 70) else Set.empty[Int]
}
protected def excludedTpcdsQueries: Set[String] = Set(
"q66" // inconsistent results
Expand Down

0 comments on commit 5cbe83f

Please sign in to comment.