davidradl commented on code in PR #25850: URL: https://github.com/apache/flink/pull/25850#discussion_r1908998363
########## 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/index.html) Review Comment: why not point to https://avro.apache.org/docs/++version++/api/java/org/apache/avro/generic/package-summary.html - same for specific record. -- 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]
