dongjoon-hyun commented on a change in pull request #29391:
URL: https://github.com/apache/spark/pull/29391#discussion_r467498022
##########
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:
BTW, this is not identical with the original status. I'm wondering if we
don't need `SQLConf.CROSS_JOINS_ENABLED.key -> "true"` ? Previously, we had it.
----------------------------------------------------------------
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]