Skip to content

Commit 4d26e49

Browse files
committed
Address comment for documentation
1 parent 4e5341f commit 4d26e49

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

sql/core/src/main/scala/org/apache/spark/sql/execution/joins/JoinCodegenSupport.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ trait JoinCodegenSupport extends CodegenSupport with BaseJoinExec {
3232
* Generate the (non-equi) condition used to filter joined rows.
3333
* This is used in Inner, Left Semi and Left Anti joins.
3434
*
35-
* @return Variable name for row of build side.
36-
* Generated code for condition.
37-
* Generated code for variables of build side.
35+
* @return Tuple of variable name for row of build side, generated code for condition,
36+
* and generated code for variables of build side.
3837
*/
3938
protected def getJoinCondition(
4039
ctx: CodegenContext,

0 commit comments

Comments
 (0)