Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5691#discussion_r174381716 --- Diff: flink-queryable-state/flink-queryable-state-runtime/src/test/java/org/apache/flink/queryablestate/network/ClientTest.java --- @@ -686,7 +686,7 @@ public void testClientServerIntegration() throws Throwable { state.update(201 + i); // we know it must be a KvStat but this is not exposed to the user via State --- End diff -- typo: KvStat
---