maropu commented on a change in pull request #29804:
URL: https://github.com/apache/spark/pull/29804#discussion_r491243552



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2764,6 +2764,14 @@ object SQLConf {
       .booleanConf
       .createWithDefault(false)
 
+  val DYNAMIC_DECIDE_BUCKETING_ENABLED =
+    buildConf("spark.sql.sources.dynamic.decide.bucketing.enabled")

Review comment:
       How about adding this param under `spark.sql.sources.bucketing.xxx`? 
`spark.sql.sources.bucketing.enableAutoBucketScan` or something?




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



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

Reply via email to