Skip to content

Commit

Permalink
test: Enable all remaining TPCH queries (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya authored Apr 11, 2024
1 parent 2fdeb22 commit b7d2c63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class CometTPCHQuerySuite extends QueryTest with CometTPCBase with SQLQueryTestH
"q20",
"q21",
"q22")
val disabledTpchQueries: Seq[String] = Seq("q1", "q15", "q17", "q18")
val disabledTpchQueries: Seq[String] = Seq()

// To make output results deterministic
def testSparkConf: SparkConf = {
Expand Down

0 comments on commit b7d2c63

Please sign in to comment.