igalshilman commented on a change in pull request #7580: [FLINK-11436] Fix Java 
deserialization failure of the AvroSerializer
URL: https://github.com/apache/flink/pull/7580#discussion_r251404545
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/util/InstantiationUtil.java
 ##########
 @@ -242,6 +243,10 @@ private static boolean isAnonymousClass(Class clazz) {
                }
        }
 
+       private static boolean isAvroSerializer(String name) {
 
 Review comment:
   As discussed offline, I partially agree, and I've added a safeguard for the 
`streamClassDescriptor`. The local one theoretically can be evolved carefully, 
but only theoretically. Since the whole idea is to remove Java serialization 
completely.

----------------------------------------------------------------
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

Reply via email to