dongjoon-hyun commented on code in PR #39470:
URL: https://github.com/apache/spark/pull/39470#discussion_r1065148674


##########
docs/sql-performance-tuning.md:
##########
@@ -298,6 +319,14 @@ AQE converts sort-merge join to broadcast hash join when 
the runtime statistics
        </td>
        <td>3.2.0</td>
      </tr>
+     <tr>
+       <td><code>spark.sql.adaptive.localShuffleReader.enabled</code></td>

Review Comment:
   This is a non-internal configuration which has been defined and used for a 
while.
   
   
https://github.com/apache/spark/blob/786594734bd79017ebd42eb117b62958afad07bb/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala#L702-L709



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