curcur commented on a change in pull request #11725:
URL: https://github.com/apache/flink/pull/11725#discussion_r418595542



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/transformations/SinkTransformation.java
##########
@@ -67,6 +68,22 @@ public SinkTransformation(
                this(input, name, SimpleOperatorFactory.of(operator), 
parallelism);
        }
 
+       /**
+        * Creates a new {@code SinkTransformation} from the given input {@code 
Transformation}.
+        *
+        * @param input The input {@code Transformation}
+        * @param name The name of the {@code Transformation}, this will be 
shown in Visualizations and the Log
+        * @param operator The sink shuffle operator
+        * @param parallelism The parallelism of this {@code SinkTransformation}
+        */
+       public SinkTransformation(

Review comment:
       Mark as resolved since the entire API is re-organized.




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


Reply via email to