davidradl commented on code in PR #27308: URL: https://github.com/apache/flink/pull/27308#discussion_r2585160742
########## docs/content/docs/dev/datastream/fault-tolerance/schema_evolution.md: ########## @@ -100,12 +100,12 @@ newer than 1.8.0. When restoring with Flink versions older than 1.8.0, the schem ### Avro types Flink fully supports evolving schema of Avro type state, as long as the schema change is considered compatible by -[Avro's rules for schema resolution](http://avro.apache.org/docs/current/spec.html#Schema+Resolution). +[Avro's rules for schema resolution](https://avro.apache.org/docs/1.11.1/specification/#schema-resolution). Review Comment: Thanks for submitting this correction, before we can accept it, please review the following points: This fix is targeting a very old unsupported flink release. Is this intentional? I would expect changes to be made to master then back ported to the supported releases. Also the title talks about the latest version, but I notice there is a 1.11.4 and 1.12. Also the title should start with [hotfix] or the jira number. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
