We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8acae2 commit 2703c1fCopy full SHA for 2703c1f
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/SortMergeJoinExec.scala
@@ -969,7 +969,7 @@ private class SortMergeFullOuterJoinScanner(
969
970
def destruct(): Unit = {
971
while (leftIter.advanceNext()) {}
972
- while(rightIter.advanceNext()) {}
+ while (rightIter.advanceNext()) {}
973
}
974
// --- Private methods --------------------------------------------------------------------------
975
0 commit comments