Skip to content

Commit 2703c1f

Browse files
author
Zhan Zhang
committed
solve review comments
1 parent b8acae2 commit 2703c1f

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/joins/SortMergeJoinExec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ private class SortMergeFullOuterJoinScanner(
969969

970970
def destruct(): Unit = {
971971
while (leftIter.advanceNext()) {}
972-
while(rightIter.advanceNext()) {}
972+
while (rightIter.advanceNext()) {}
973973
}
974974
// --- Private methods --------------------------------------------------------------------------
975975

0 commit comments

Comments
 (0)