KurtYoung commented on a change in pull request #8127: 
[FLINK-12140][table-planner-blink] Support e2e sort merge join operator in 
batch mode
URL: https://github.com/apache/flink/pull/8127#discussion_r274280142
 
 

 ##########
 File path: 
flink-table/flink-table-runtime-blink/src/test/java/org/apache/flink/table/runtime/join/RandomSortMergeInnerJoinTest.java
 ##########
 @@ -269,28 +266,28 @@ public static void match(Map<Integer, Collection<Match>> 
expectedMatchesMap,
                                testHarness.processElement(new 
StreamRecord<>(newRow(tuple2.f0, tuple2.f1), initialTime), 0, 0);
                        }
                        testHarness.waitForInputProcessing();
-                       endInput1(testHarness);
+//                     endInput1(testHarness);
 
 Review comment:
   delete it?

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


With regards,
Apache Git Services

Reply via email to