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


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/transformations/PhysicalTransformation.java:
##########
@@ -34,6 +35,7 @@
 public abstract class PhysicalTransformation<T> extends Transformation<T> {
 
     private boolean supportsConcurrentExecutionAttempts = true;
+    private LineageVertex lineageVertex;

Review Comment:
   Make sense. Added an LineagedTransformation class for this purpose.



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