c21 commented on a change in pull request #32547:
URL: https://github.com/apache/spark/pull/32547#discussion_r632297612



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/SortMergeJoinExec.scala
##########
@@ -693,15 +701,12 @@ case class SortMergeJoinExec(
            |    continue;
            |  }
            |}
-           |if (!$loaded) {
-           |  $loaded = true;
-           |  $streamedAfter

Review comment:
       @cloud-fan - good call for code size. Actually I just figured we don't 
need `streamedAfter` here for left anti, because we can skip streamed row when 
there's a match here.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to