Vladsz83 commented on code in PR #13455:
URL: https://github.com/apache/ignite/pull/13455#discussion_r3749080493


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/rel/MergeJoinNode.java:
##########
@@ -238,27 +237,6 @@ protected boolean rightFinished(boolean 
withMaterialization) {
             && (!withMaterialization || rightMaterialization == null);
     }
 
-    /** */
-    protected boolean checkJoinFinished() throws Exception {

Review Comment:
   Suggestion: let's partly revert `checkJoinFinished()` and reduce many  
duplicated
   `
                   requested = 0;
                   downstream().end();
   `



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to