You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/10 01:50:52 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #26813: [SPARK-30188][SQL] Enable adaptive query execution by default

HyukjinKwon commented on a change in pull request #26813: [SPARK-30188][SQL] Enable adaptive query execution by default
URL: https://github.com/apache/spark/pull/26813#discussion_r355808054
 
 

 ##########
 File path: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -356,7 +356,7 @@ object SQLConf {
   val ADAPTIVE_EXECUTION_ENABLED = buildConf("spark.sql.adaptive.enabled")
     .doc("When true, enable adaptive query execution.")
     .booleanConf
-    .createWithDefault(false)
+    .createWithDefault(true)
 
 Review comment:
   BTW, AQE was added from 3.0 as of SPARK-23128. I think it's usual to have one minor release term.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org