zstan commented on code in PR #13389:
URL: https://github.com/apache/ignite/pull/13389#discussion_r3636044061
##########
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:
how to check this fix : revert all these changes and run :
CorrelatesIntegrationTest#testCorrelatesCollision with
//NestedLoopJoinConverterRule.INSTANCE,
//HashJoinConverterRule.INSTANCE,
or simply run master with commented rules
--
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]