fapaul commented on a change in pull request #18428:
URL: https://github.com/apache/flink/pull/18428#discussion_r794371539



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/transformations/SinkTransformation.java
##########
@@ -71,47 +68,23 @@ public void setChainingStrategy(ChainingStrategy strategy) {
 
     @Override
     public List<Transformation<?>> getTransitivePredecessors() {
-        final List<Transformation<?>> result = Lists.newArrayList();
-        result.add(this);
-        result.addAll(input.getTransitivePredecessors());
-        return result;
+        return Lists.newArrayList();

Review comment:
       Good catch. I think it is safe to revert this.




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