[hotfix][docs] Remove dangling references to removed Hive connector docs - #28853
[hotfix][docs] Remove dangling references to removed Hive connector docs#28853hulincup wants to merge 2 commits into
Conversation
The Hive connector was removed from master in FLINK-33786 (commit 0b99f16), which deleted the docs/content/docs/connectors/table/hive/ directory. However, several documents still contained {{< ref >}} links pointing to the removed pages, leaving dangling references. This removes the obsolete "Apache Hive" entry from the connectors overview table and neutralizes the remaining broken links (keeping the link text as plain text) across the affected English and Chinese documents.
CI failure analysisThe Azure CI run (build 77606) failed in the This PR is docs-only (13 Re-triggering to confirm: |
|
@flinkbot run azure |
|
Friendly ping — the Azure CI failure appears to be a flaky run (docs-only change, Maven compile does not read these files; recent merged PRs are green). I tried Could a committer help re-trigger the Azure CI ( |
Root cause of the CI failure identifiedI downloaded the full Azure log and found the exact failure. It is not related to this docs-only change. Failing module: Failing step: Exact error: This is an infrastructure flake — the Azure runner's The earlier |
…ONNRESET in flink-runtime-web)
What & Why
The Hive connector was removed from master in FLINK-33786 (commit
0b99f169, 2025-02-17). That change deleted the entiredocs/content/docs/connectors/table/hive/directory, but several other documents still contained{{< ref >}}shortcodes pointing at the removed pages, leaving dangling references.This PR cleans up those dangling references.
Changes
docs/connectors/table/overview.md(EN + ZH): Removed the obsoleteApache Hiveentry from the connectors table. The connector no longer exists in master, and both its name link and theSupported Versionslink pointed to the deletedhive/overviewpage.sql/hive-compatibility/hive-dialect/overview.md(EN + ZH),sql/catalogs.md(EN + ZH),dev/table/modules.md(EN + ZH),sql/reference/utility/jar.md(EN + ZH),sql/interfaces/sql-gateway/hiveserver2.md(EN) /sql/hive-compatibility/hiveserver2.md(ZH),concepts/sql-table-concepts/versioned_tables.md(ZH): Replaced the broken{{< ref "docs/connectors/table/hive/..." >}}links with plain text (the original link text is retained, only the dead link markup is removed). Valid links to other connectors (e.g. JDBC, HBase) and other pages are left untouched.Scope
13 files in total (English + Chinese), purely documentation. No code changes. All edits only remove dead
reflinks pointing at the removedconnectors/table/hive/directory; no content is rewritten beyond dropping the link markup.This is a docs-only hotfix following up on FLINK-33786; no JIRA ticket was created for the cleanup itself.
🤖 Generated with Claude Code