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

 ##########
 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:
   @cloud-fan Any suggestion on config name? spark.sql.hive.partitionBatchSize/ 
spark.sql.catalog.partitionBatchSize ?

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to