cloud-fan commented on a change in pull request #27293:
[SPARK-29938][SQL][FOLLOW-UP] Improve AlterTableAddPartitionCommand
URL: https://github.com/apache/spark/pull/27293#discussion_r369119845
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2155,6 +2155,15 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val ADD_PARTITION_BATCH_SIZE =
+ buildConf("spark.sql.addPartitionInBatch.size")
+ .internal()
+ .doc("The size of partitions to be handled in one turn when use " +
+ "`AlterTableAddPartitionCommand` to add partitions into table. The
smaller" +
Review comment:
nit: need a whitespace at the end of the string
----------------------------------------------------------------
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]