srowen commented on code in PR #38510:
URL: https://github.com/apache/spark/pull/38510#discussion_r1014417907


##########
docs/sql-performance-tuning.md:
##########
@@ -295,7 +294,7 @@ AQE converts sort-merge join to broadcast hash join when 
the runtime statistics
        <td><code>spark.sql.adaptive.autoBroadcastJoinThreshold</code></td>
        <td>(none)</td>
        <td>
-         Configures the maximum size in bytes for a table that will be 
broadcast to all worker nodes when performing a join. By setting this value to 
-1 broadcasting can be disabled. The default value is same with 
<code>spark.sql.autoBroadcastJoinThreshold</code>. Note that, this config is 
used only in adaptive framework.
+         Configures the maximum size in bytes for a table that will be 
broadcast to all worker nodes when performing a join. By setting this value to 
-1, broadcasting can be disabled. The default value is the same with 
<code>spark.sql.autoBroadcastJoinThreshold</code>. Note that, this config is 
used only in adaptive framework.

Review Comment:
   the same with -> the same as



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to