yanghua commented on a change in pull request #6430: [FLINK-8058][Queryable
State]Queryable state should check types
URL: https://github.com/apache/flink/pull/6430#discussion_r205751973
##########
File path:
flink-queryable-state/flink-queryable-state-runtime/src/test/java/org/apache/flink/queryablestate/network/KvStateServerHandlerTest.java
##########
@@ -676,12 +736,15 @@ public void testChunkedResponse() throws Exception {
IntSerializer.INSTANCE,
VoidNamespace.INSTANCE,
VoidNamespaceSerializer.INSTANCE);
+ byte[] serializedStateDescriptor =
KvStateSerializer.serializedStateDescriptor(desc);
long requestId = Integer.MAX_VALUE + 182828L;
assertTrue(registryListener.registrationName.equals("vanilla"));
- KvStateInternalRequest request = new
KvStateInternalRequest(registryListener.kvStateId, serializedKeyAndNamespace);
+ KvStateInternalRequest request = new
KvStateInternalRequest(registryListener.kvStateId,
+
serializedKeyAndNamespace,
Review comment:
format the code
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services