davidradl commented on code in PR #26571: URL: https://github.com/apache/flink/pull/26571#discussion_r2095372628
########## 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: I have raised [https://issues.apache.org/jira/browse/AVRO-4141](https://issues.apache.org/jira/browse/AVRO-4141) to get the Avro docs fixed - as all the api links for each language are broken for 1.11.4. It was closed as duplicate [https://issues.apache.org/jira/browse/AVRO-4128](https://issues.apache.org/jira/browse/AVRO-4128). I have asked for the priority to be raised from minor, as there is no documented API for Avro at this release! -- 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