Skip to content

Commit 985834b

Browse files
committed
update comment
1 parent 225e250 commit 985834b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/joins/BroadcastJoinSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ abstract class BroadcastJoinSuiteBase extends QueryTest with SQLTestUtils
474474
val t1 = spark.table("t1")
475475
val t3 = spark.table("t3")
476476

477-
// join2 is a broadcast join where df2 is broadcasted. Note that output partitioning on the
477+
// join1 is a broadcast join where df2 is broadcasted. Note that output partitioning on the
478478
// streamed side (t1) is HashPartitioning (bucketed files).
479479
val join1 = t1.join(df2, t1("i1") === df2("i2"))
480480
val plan1 = join1.queryExecution.executedPlan

0 commit comments

Comments
 (0)