boluor commented on issue #3466: URL: https://github.com/apache/doris-website/issues/3466#issuecomment-4523885259
Thanks for catching this — the conflict you circled is real. The CREATE CATALOG syntax block marks `fs.defaultFS` with `-- optional`, but the paragraph further down the same page says it's required when writing through Doris. Submitted #3745 to make the inline comment match what the descriptive paragraph already says: ``` 'fs.defaultFS' = '<fs_defaultfs>', -- required for write, optional for read-only ``` Same wording (translated) applied to the zh page. The 8 affected files are EN + zh × current/4.x/3.x/2.1 — all carried the same contradiction. -- 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]
