gaoyunhaii commented on a change in pull request #17924:
URL: https://github.com/apache/flink/pull/17924#discussion_r760791745



##########
File path: flink-core/src/main/java/org/apache/flink/api/dag/Transformation.java
##########
@@ -119,6 +119,8 @@ public static int getNewNodeId() {
 
     protected String name;
 
+    protected String desc;

Review comment:
       Perhaps we use full word `description`?  It seems in Flink it is seldom 
to use part of word as the identity~ 

##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamNode.java
##########
@@ -65,6 +65,7 @@
     private final Set<ManagedMemoryUseCase> managedMemorySlotScopeUseCases = 
new HashSet<>();
     private long bufferTimeout;
     private final String operatorName;
+    private @Nullable String operatorDesc;

Review comment:
       Might also change `operatorDesc` to `operatorDescription`




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