File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sql/core/src/main/scala/org/apache/spark/sql/execution Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ private[sql] abstract class SparkStrategies extends QueryPlanner[SparkPlan] {
74
74
* [[org.apache.spark.sql.SQLConf.AUTO_BROADCASTJOIN_THRESHOLD ]], the planner would mark it as the
75
75
* ''build'' relation and mark the other relation as the ''stream'' side. The build table will be
76
76
* ''broadcasted'' to all of the executors involved in the join, as a
77
- * [[org.apache.spark.broadcast.Broadcast ]] object. If both estimates exceed the threshold, they
77
+ * [[org.apache.spark.broadcast.Broadcast ]] object. If both estimates exceed the threshold, they
78
78
* will instead be used to decide the build side in a [[joins.ShuffledHashJoin ]].
79
79
*/
80
80
object HashJoin extends Strategy with PredicateHelper {
You can’t perform that action at this time.
0 commit comments