StephanEwen commented on a change in pull request #6711: [FLINK-9377] [core,
state backends] Remove serializers from checkpoints
URL: https://github.com/apache/flink/pull/6711#discussion_r220735704
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/state/SerializationProxiesTest.java
##########
@@ -435,7 +435,6 @@ private void
assertEqualStateMetaInfoSnapshots(StateMetaInfoSnapshot expected, S
Assert.assertEquals(expected.getName(), actual.getName());
Assert.assertEquals(expected.getBackendStateType(),
actual.getBackendStateType());
Assert.assertEquals(expected.getOptionsImmutable(),
actual.getOptionsImmutable());
- Assert.assertEquals(expected.getSerializersImmutable(),
actual.getSerializersImmutable());
Review comment:
Just double-checking: Was this intentionally removed?
----------------------------------------------------------------
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