Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Dec 11, 2024
1 parent c433330 commit b9117e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ import org.apache.kyuubi.tags.GlutenTest
@Slow
@GlutenTest
class GlutenTPCHQuerySuite extends KyuubiFunSuite with GlutenSuiteMixin {
// TODO: Fix the inconsistency in q9 results.
val queries: Set[String] = (1 to 22).map(i => s"q$i").toSet - "q9"
// TODO: Fix the inconsistency in q3/q9 results.
val queries: Set[String] = (1 to 22).map(i => s"q$i").toSet -- Seq("q3", "q9")

lazy val sparkConf: SparkConf = {
val glutenConf = new SparkConf().setMaster("local[*]")
Expand Down

0 comments on commit b9117e9

Please sign in to comment.