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

 ##########
 File path: 
flink-formats/flink-avro/src/main/java/org/apache/flink/formats/avro/typeutils/SerializableAvroSchema.java
 ##########
 @@ -50,6 +50,10 @@ Schema getAvroSchema() {
                return schema;
        }
 
+       void setSchema(Schema schema) {
 
 Review comment:
   This new method doesn't seem to be used anywhere?

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