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


##########
flink-libraries/flink-state-processing-api/src/main/java/org/apache/flink/state/api/SavepointReader.java:
##########
@@ -385,6 +385,7 @@ public <K, OUT> DataStream<OUT> readKeyedState(
      * @param keyTypeInfo The type information of the key in state.
      * @param outTypeInfo The type information of the output of the transform 
reader function.
      * @param <K> The type of the key in state.
+     * @param skipDeduplication skipDeduplication to improve read performance, 
but will return deuplicate keys in DataStream

Review Comment:
   nit: typo  deuplicate -> deduplicated



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