dwsmith1983 commented on code in PR #38510:
URL: https://github.com/apache/spark/pull/38510#discussion_r1014424662
##########
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:
@srowen done
--
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]