janekdb commented on a change in pull request #30376:
URL: https://github.com/apache/spark/pull/30376#discussion_r523472097
##########
File path: docs/sql-performance-tuning.md
##########
@@ -280,7 +280,7 @@ Data skew can severely downgrade the performance of join
queries. This feature d
<td><code>spark.sql.adaptive.skewJoin.skewedPartitionFactor</code></td>
<td>10</td>
<td>
- A partition is considered as skewed if its size is larger than this
factor multiplying the median partition size and also larger than
<code>spark.sql.adaptive.skewedPartitionThresholdInBytes</code>.
+ A partition is considered as skewed if its size is larger than this
factor multiplying the median partition size and also larger than
<code>spark.sql.adaptive.skewJoin.skewedPartitionThresholdInBytes</code>.
Review comment:
LGTM
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]