Zakelly commented on code in PR #26925: URL: https://github.com/apache/flink/pull/26925#discussion_r2289843029
########## flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/RoundRobinOperatorStateRepartitioner.java: ########## @@ -488,13 +489,16 @@ private static final class GroupByStateNameResults { } } - private static final class StateEntry { + @VisibleForTesting + public static final class StateEntry { Review Comment: ```suggestion static final class StateEntry { ``` A package-private access would be enough -- 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