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


##########
flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/ForStDBMapKeyIterRequest.java:
##########
@@ -57,6 +57,7 @@ public Collection<UK> deserializeElement(List<RawEntry> 
entries, int userKeyOffs
             throws IOException {
         Collection<UK> deserializedEntries = new ArrayList<>(entries.size());
         for (RawEntry en : entries) {
+            // TODO: In Sync mode the user value can be null, so we need to 
skip null user value.

Review Comment:
   how will this TODO be tracked - if this is not fixed in this PR then I 
suggest you track this in an issue an put the issue number here.



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