liuml07 commented on code in PR #26571:
URL: https://github.com/apache/flink/pull/26571#discussion_r2093842774


##########
docs/content.zh/docs/connectors/datastream/formats/parquet.md:
##########
@@ -198,14 +198,14 @@ ds = env.from_source(source, 
WatermarkStrategy.no_watermarks(), "file-source")
 
 Flink 支持三种方式来读取 Parquet 文件并创建 Avro records (PyFlink 只支持 Generic record):
 
-- [Generic record](https://avro.apache.org/docs/1.10.0/api/java/index.html)
-- [Specific record](https://avro.apache.org/docs/1.10.0/api/java/index.html)
-- [Reflect 
record](https://avro.apache.org/docs/1.10.0/api/java/org/apache/avro/reflect/package-summary.html)
+- [Generic 
record](https://avro.apache.org/docs/++version++/api/java/org/apache/avro/generic/package-summary.html)

Review Comment:
   This PR refers to the latest version of Avro instead of each minor version 
in all places (see below). Note the version-specific link is not working 
currently: `https://avro.apache.org/docs/1.11.4/api/java/index.html` Also it 
gets stale if we put version specific links when we upgrade Avro version in 
`pom.xml`.



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

Reply via email to