boluor opened a new pull request, #3705: URL: https://github.com/apache/doris-website/pull/3705
## Summary Batch fix for **10 issues** found in a documentation audit (audit findings #201–#214, the "simple" tier). Each fix is applied to the affected English `docs/` and the appropriate `versioned_docs/version-2.1` / `version-3.x` / `version-4.x` copies. (No changes to legacy version-1.2 / version-2.0 or to `ja-source/`.) ### Issues fixed - **STRING.md** — drop spurious \`STRING (M)\` from both the frontmatter description and the body. STRING takes no length parameter. - **variables.md** — \`version_comment\` row had inconsistent Value vs Default_Value formats (\`doris0.0.0--de61c5823\` vs \`doris-0.0--de61c5823\`). Normalized to the canonical \`doris-0.0.0--de61c58223\` form already used by the zh-CN copies. - **ai-agg.md** — typo \`default_ai_resoure\` → \`default_ai_resource\`. - **array-agg.md** — removed a stray \`| 1 | [\"a\",\"b\"] |\` table row that sat outside a properly-closed code fence. - **bitmap-intersect.md** — collapsed two consecutive \`## Example\` headings into one. - **bool-or.md** — Return Value said *"TRUE when all non-NULL values exist"*, which is wrong for a logical-OR aggregate. Corrected to *"TRUE when at least one non-NULL value is TRUE"*. - **covar-samp.md** — removed an orphan duplicated result-table block plus an extra closing code fence that appeared after the legitimate one. - **histogram.md** — bucket field descriptions had \`lower: Upper bound\` / \`upper: Lower bound\` swapped. Corrected. - **JSON.md** — two consecutive bullets both began \`CAST(string AS JSON):\`. Merged into one bullet that keeps the content of both. - **percentile_reservoir.md** — third example's query and result header used \`percentile(...)\` (copy-paste from \`percentile.md\`). Changed to \`percentile_reservoir(...)\`. ## Test plan - [ ] CI doc build passes - [ ] Verify the affected pages render correctly (STRING.md description, variables.md \`version_comment\` row, bitmap-intersect single \`## Example\`, array-agg and covar-samp result tables, histogram bucket field descriptions, JSON.md key-differences list, percentile_reservoir third example) -- 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]
