thswlsqls opened a new pull request, #16919: URL: https://github.com/apache/iceberg/pull/16919
## Summary - `site/docs/spark-quickstart.md` linked `spark-ddl.md#create-table--as-select` (double hyphen), but the `## CREATE TABLE ... AS SELECT` header's slug is `create-table-as-select`, so the anchor matched nothing. - Sibling pages `docs/docs/spark-getting-started.md` and `docs/docs/table-migration.md` already use the correct `spark-ddl.md#create-table-as-select`. - `site/docs/hive-quickstart.md` linked `hive.md#hive-23x-hive-31x`, which matches no header. The correct target is the `## Enabling Iceberg support in Hive` section (slug `enabling-iceberg-support-in-hive`), named by the link text; it covers Hive 2.x/3.x, so the sentence is unchanged. - `site/mkdocs.yml` sets no custom `toc` slugify, so default python-markdown slug rules apply. ## Testing done - Docs-only change (two anchor fragments), no behavior change — no test added. Verified each broken anchor appears only on the edited line and each target header slug exists via grep. --- **AI Disclosure** - Model: Claude Opus 4.8 - Platform/Tool: Claude Code - Human Oversight: fully reviewed - Prompt Summary: Find and fix a broken internal documentation link within the site/ scope. -- 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]
