dawidwys commented on code in PR #21635: URL: https://github.com/apache/flink/pull/21635#discussion_r1085396914
########## flink-core/src/test/java/org/apache/flink/api/common/typeutils/CompositeTypeSerializerSnapshotTest.java: ########## @@ -232,14 +232,11 @@ public void testRestoreCompositeTypeSerializer() throws IOException { // the restored nested serializer should be a RestoredNestedSerializer testSerializer = (TestCompositeTypeSerializer) testSerializerSnapshot.restoreSerializer(); Assert.assertTrue( - testSerializer.getNestedSerializers()[0].getClass() Review Comment: That is wrong, isn't it? We should've restored the nested serializers as well. Why haven't we? -- 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