Skip to content

[fix](doc) clarify fs.defaultFS conditional-required nature in hive-catalog syntax#3745

Merged
morningman merged 1 commit into
apache:masterfrom
boluor:fix-hive-defaultfs-optional-3466
May 23, 2026
Merged

[fix](doc) clarify fs.defaultFS conditional-required nature in hive-catalog syntax#3745
morningman merged 1 commit into
apache:masterfrom
boluor:fix-hive-defaultfs-optional-3466

Conversation

@boluor
Copy link
Copy Markdown
Contributor

@boluor boluor commented May 23, 2026

Summary

Fixes #3466. The hive-catalog page's inline syntax block had 'fs.defaultFS' = '<fs_defaultfs>', -- optional, while the page's own description (and the 2.1 page's note) says this property is required when writing through Doris. The two statements contradicted each other.

This PR makes the inline comment match the description across all maintained versions (EN + zh, current/dev/3.x/4.x/2.1):

  • EN: 'fs.defaultFS' = '<fs_defaultfs>', -- required for write, optional for read-only
  • zh: 'fs.defaultFS' = '<fs_defaultfs>', -- 写入必填,只读时可选

Additionally, the 2.1 pages get a top-of-page :::note clarifying that Hive write via Doris is only supported from 2.1.3 onward (per the 2.1.3 release notes) — earlier 2.1.x releases are query-only.

Test plan

  • Inline comment in the syntax block on each page reflects the conditional requirement
  • 2.1 EN + zh pages carry the "supported since 2.1.3" version note
  • Dead-link check passes

@boluor boluor mentioned this pull request May 23, 2026
…atalog syntax

In `hive-catalog.mdx` the inline syntax block comment says `'fs.defaultFS' = '<fs_defaultfs>', -- optional`, while the surrounding description (and the existing 2.1 notes) state that this property is required when writing through Doris. Issue apache#3466 surfaced this inconsistency.

Update the inline comment to read `-- required for write, optional for read-only` (EN) / `-- 写入必填,只读时可选` (zh) across the current/dev/3.x/4.x/2.1 EN + zh hive-catalog pages.

Also add a top-of-page :::note on the 2.1 EN and zh pages: Hive write via Doris is supported only from 2.1.3+ (per release-2.1.3 release notes).

Closes apache#3466
@boluor boluor force-pushed the fix-hive-defaultfs-optional-3466 branch from 6fa9fb5 to 958a289 Compare May 23, 2026 03:13
@morningman morningman merged commit 3496822 into apache:master May 23, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue on docs

2 participants