davidradl commented on code in PR #25815:
URL: https://github.com/apache/flink/pull/25815#discussion_r1894013315


##########
flink-runtime/src/main/java/org/apache/flink/runtime/state/v2/ListStateDescriptor.java:
##########
@@ -40,6 +41,16 @@ public ListStateDescriptor(String stateId, 
TypeInformation<T> typeInfo) {
         super(stateId, typeInfo);
     }
 
+    /**
+     * Creates a new {@code ListStateDescriptor} with the given name and list 
element type.

Review Comment:
   list element type. -> the given type serializer.



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