maropu commented on a change in pull request #29391:
URL: https://github.com/apache/spark/pull/29391#discussion_r467514179
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/TPCDSQuerySuite.scala
##########
@@ -46,11 +47,7 @@ class TPCDSQuerySuite extends BenchmarkQueryTest with
TPCDSSchema {
"q81", "q82", "q83", "q84", "q85", "q86", "q87", "q88", "q89", "q90",
"q91", "q92", "q93", "q94", "q95", "q96", "q97", "q98", "q99")
- val sqlConfgs = Seq(
- SQLConf.CBO_ENABLED.key -> "true",
- SQLConf.PLAN_STATS_ENABLED.key -> "true",
- SQLConf.JOIN_REORDER_ENABLED.key -> "true"
- )
+ val sqlConfgs: Seq[(String, String)] = Nil
Review comment:
Yea, since it is enabled by default in 3.0+, I dropped it in the
previous PR.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]