boluor opened a new pull request, #3745:
URL: https://github.com/apache/doris-website/pull/3745
## Summary
The hive-catalog page's CREATE CATALOG syntax block marks `fs.defaultFS`
with `-- optional`, but the description further down the same page states the
property is **required** when writing through Doris (only optional for
read-only catalogs). The two statements read as a contradiction (see #3466 —
reporter circled both spots in their screenshot).
Change the inline comment to reflect the conditional nature, matching what
the descriptive paragraph already says:
- EN: `'fs.defaultFS' = '<fs_defaultfs>', -- required for write, optional
for read-only`
- zh: `'fs.defaultFS' = '<fs_defaultfs>', -- 写入必填,只读时可选`
Applied to `docs/`, `versioned_docs/version-{2.1,3.x,4.x}/`, and the
matching `i18n/zh-CN/` pages (8 files total — all carried the same
contradiction).
## Test plan
- [x] Dead-link check passes.
- [ ] CI build.
Closes #3466
--
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]