zstan commented on code in PR #13389:
URL: https://github.com/apache/ignite/pull/13389#discussion_r3644696119


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/rel/MergeJoinNode.java:
##########
@@ -87,9 +87,6 @@ public abstract class MergeJoinNode<Row> extends 
AbstractNode<Row> {
      */
     protected final boolean distributed;
 
-    /** Flag indicating that join is in finishing stage (one of the inputs are 
ended, no more rows will be produced). */
-    protected boolean finishing;

Review Comment:
   also seems JoinBuffersExecutionTest need to be expanded somehow, cause it 
need to catch such a cases but it does not.



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