Skip to content

Commit

Permalink
test: Enable TPCDS q41 in CometTPCDSQuerySuite
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Feb 23, 2024
1 parent 637dba9 commit 9dd4d51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import org.apache.comet.CometConf
class CometTPCDSQuerySuite
extends {
// This is private in `TPCDSBase`.
val excludedTpcdsQueries: Seq[String] = Seq("q34", "q41", "q64")
val excludedTpcdsQueries: Seq[String] = Seq("q34", "q64")

// 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 9dd4d51

Please sign in to comment.