KyleLin0927 opened a new pull request, #13288:
URL: https://github.com/apache/iceberg/pull/13288
### What this PR does
This PR fixes broken `{@link ...}` tags in the Flink Configuration
documentation by converting them into proper Markdown links.
Fixes #13825
### Why is this necessary
The original links used JavaDoc-style `{@link ...}` syntax, which is not
rendered correctly in Markdown.
### How this was fixed
- Replaced `{@link StatisticsType#Map}` with
[`StatisticsType.Map`](../../javadoc/{{ icebergVersion
}}/org/apache/iceberg/flink/sink/shuffle/StatisticsType.html#Map)
- Replaced `{@link StatisticsType#Sketch}` with
[`StatisticsType.Sketch`](../../javadoc/{{ icebergVersion
}}/org/apache/iceberg/flink/sink/shuffle/StatisticsType.html#Sketch)
These changes follow the link style already used elsewhere in the
documentation (e.g., `PendingUpdate` references).
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]