HuangZhenQiu commented on code in PR #24618:
URL: https://github.com/apache/flink/pull/24618#discussion_r1583447345


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/transformations/OneInputTransformation.java:
##########
@@ -42,7 +42,7 @@
  * @param <OUT> The type of the elements that result from this {@code 
OneInputTransformation}
  */
 @Internal
-public class OneInputTransformation<IN, OUT> extends 
PhysicalTransformation<OUT> {
+public class OneInputTransformation<IN, OUT> extends 
TransformationWithLineage<OUT> {

Review Comment:
   MultipleInputTransformation, KeyedMultipleInputTransformation, 
TwoInputTransformation  are internal transformations. They will be useful for 
propagate the column level lineage info. But It is not in the scope of this PR.



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