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 12:59:01 UTC

[GitHub] [spark] srowen commented on a change in pull request #26569: [SPARK-29938] [SQL] Add batching support in Alter table add partition flow

srowen commented on a change in pull request #26569: [SPARK-29938] [SQL] Add batching support in Alter table add partition flow
URL: https://github.com/apache/spark/pull/26569#discussion_r356021463
 
 

 ##########
 File path: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -779,6 +779,13 @@ object SQLConf {
       .booleanConf
       .createWithDefault(true)
 
+  val PARTITION_BATCH_SIZE = buildConf("spark.sql.catalog.partitionBatchSize")
 
 Review comment:
   Does this really need to be configurable - will it make a meaningful difference to use values other than 100?

----------------------------------------------------------------
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