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


##########
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:
   Thanks David!
   
   As most places in the Flink doc, in this PR we link all places to the latest 
version instead of minor versions. That assumes we do not have big lag in 
adopting the Apache Avro versions, and users can always find version-specific 
doc in Avro doc page. 



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