swuferhong commented on code in PR #21724:
URL: https://github.com/apache/flink/pull/21724#discussion_r1082114927


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/runtime/stream/sql/join/JoinReorderITCase.java:
##########
@@ -42,6 +45,12 @@ public class JoinReorderITCase extends JoinReorderITCaseBase 
{
 
     private StreamExecutionEnvironment env;
 
+    @AfterEach
+    public void after() {

Review Comment:
   > This is the root cause? Do you reproduce failed test locally?
   
   This error can not be reproduce in local. I think the root cause is the 
`StreamTestSink.clear();` not be called after tests finished.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to