zhuzhurk commented on code in PR #24475: URL: https://github.com/apache/flink/pull/24475#discussion_r1524777467
########## flink-streaming-java/src/main/java/org/apache/flink/streaming/api/transformations/AbstractMultipleInputTransformation.java: ########## @@ -76,10 +78,10 @@ public StreamOperatorFactory<OUT> getOperatorFactory() { } @Override - public List<Transformation<?>> getTransitivePredecessors() { Review Comment: Well. I just noticed a potential bug that the transformation itself is not added to the predecessors, unlike all other transformations. -- 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