viirya commented on a change in pull request #27967: [SPARK-31201][SQL] add an
individual config for skewed partition threshold
URL: https://github.com/apache/spark/pull/27967#discussion_r396917626
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -490,12 +490,21 @@ object SQLConf {
buildConf("spark.sql.adaptive.skewJoin.skewedPartitionFactor")
.doc("A partition is considered as skewed if its size is larger than
this factor " +
"multiplying the median partition size and also larger than " +
- s"'${ADVISORY_PARTITION_SIZE_IN_BYTES.key}'")
+ s"'spark.sql.adaptive.skewJoin.skewedPartitionThresholdInBytes'")
Review comment:
nit: don't need s"" now.
----------------------------------------------------------------
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]