viirya commented on code in PR #39470:
URL: https://github.com/apache/spark/pull/39470#discussion_r1065183384


##########
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:
   For `OptimizeSkewedJoin`, it might be hard to understand what it means here. 
May we provide a little context? For example,
   
   ```suggestion
            When true, force enable OptimizeSkewedJoin, which is an adaptive 
rule to optimize skewed joins to avoid straggler tasks, even if it introduces 
extra shuffle.
   ```



-- 
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]

Reply via email to