dongjoon-hyun commented on code in PR #39470:
URL: https://github.com/apache/spark/pull/39470#discussion_r1065193660
##########
docs/sql-performance-tuning.md:
##########
@@ -342,4 +371,33 @@ Data skew can severely downgrade the performance of join
queries. This feature d
</td>
<td>3.0.0</td>
</tr>
+ <tr>
+ <td><code>spark.sql.adaptive.forceOptimizeSkewedJoin</code></td>
+ <td>false</td>
+ <td>
+ When true, force enable OptimizeSkewedJoin even if it introduces
extra shuffle.
Review Comment:
Thank you!
--
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]