Skip to content

Commit

Permalink
build: Re-enable TPCDS queries
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Feb 29, 2024
1 parent e2a6aca commit 046d810
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CometTPCDSQuerySuite
extends {
// This is private in `TPCDSBase`.
val excludedTpcdsQueries: Seq[String] =
Seq("q34", "q66", "q64", "q71", "q88", "q90", "q96")
Seq("q66", "q71", "q88", "q90", "q96")

// This is private in `TPCDSBase` and `excludedTpcdsQueries` is private too.
// So we cannot override `excludedTpcdsQueries` to exclude the queries.
Expand Down

0 comments on commit 046d810

Please sign in to comment.