Skip to content

Commit

Permalink
test: Restore CometTPCDSQuerySuite (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya authored Apr 10, 2024
1 parent 31e04e5 commit 3ca8bc8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,8 @@ class CometTPCDSQuerySuite
"q99")

// TODO: enable the 3 queries after fixing the issues #1358.
override val tpcdsQueries: Seq[String] = Seq("q4")
// tpcdsAllQueries.filterNot(excludedTpcdsQueries.contains)
// Seq("q1", "q2", "q3", "q4")
override val tpcdsQueries: Seq[String] =
tpcdsAllQueries.filterNot(excludedTpcdsQueries.contains)
}
with TPCDSQueryTestSuite {
override def sparkConf: SparkConf = {
Expand Down

0 comments on commit 3ca8bc8

Please sign in to comment.