Skip to content

Commit

Permalink
remove tpc-ds q60
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjunbo committed Dec 1, 2023
1 parent d2718b5 commit 17c7645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class GlutenTPCDSQuerySuite extends TPCDSQuerySuite with GlutenSuiteMixin {
("q14", "q23", "q24", "q39") +
("q14a", "q14b", "q23a", "q23b", "q24a", "q24b", "q39a", "q39b") -
// TODO:Fix gluten tpc-ds q59 test
("q1", "q59", "q17", "q21", "q29", "q43", "q56", "q74", "q78", "q83", "q98")
("q1", "q59", "q17", "q21", "q29", "q43", "q56", "q60", "q74", "q78", "q83", "q98")
override def sparkConf: SparkConf = {
val glutenConf = super.sparkConf
extraConfigs.foreach { case (k, v) => glutenConf.set(k, v) }
Expand Down

0 comments on commit 17c7645

Please sign in to comment.