masteryhx commented on code in PR #21635: URL: https://github.com/apache/flink/pull/21635#discussion_r1085539860
########## 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: Yes, it's updated incorrectly. I have restored the code. -- 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