Skip to content

Commit 73cc761

Browse files
committed
Fix whitespace
1 parent 9cc98f5 commit 73cc761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/SparkStrategies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private[sql] abstract class SparkStrategies extends QueryPlanner[SparkPlan] {
7474
* [[org.apache.spark.sql.SQLConf.AUTO_BROADCASTJOIN_THRESHOLD]], the planner would mark it as the
7575
* ''build'' relation and mark the other relation as the ''stream'' side. The build table will be
7676
* ''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
7878
* will instead be used to decide the build side in a [[joins.ShuffledHashJoin]].
7979
*/
8080
object HashJoin extends Strategy with PredicateHelper {

0 commit comments

Comments
 (0)