rkhachatryan commented on a change in pull request #15205: URL: https://github.com/apache/flink/pull/15205#discussion_r597606607
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/CopyOnWriteStateTableSnapshot.java ########## @@ -41,9 +41,18 @@ /** The offset to the contiguous key groups. */ private final int keyGroupOffset; + public int getKeyGroupOffset() { Review comment: Good point. My motivation was to decouple the changes/reviews to existing backend and addition of the new one. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org