cloud-fan commented on a change in pull request #34634:
URL: https://github.com/apache/spark/pull/34634#discussion_r756251455
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -662,6 +662,15 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val ADAPTIVE_OPTIMIZE_SKEWS_IN_REBALANCE_SMALL_PARTITION_FACTOR =
+ buildConf("spark.sql.adaptive.rebalancePartitionsSmallPartitionFactor")
+ .doc(s"A partition can be merged during splitting if its size small than
this factor " +
Review comment:
```suggestion
.doc(s"A partition will be merged during splitting if its size is
small than this factor " +
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]