boluor opened a new pull request, #3901: URL: https://github.com/apache/doris-website/pull/3901
The `FIELD` example pages query `baseall` and `class_test`, which the older copies never define, so a reader who runs them hits `table does not exist`. The **version-4.x** page already carries a `-- setup` block and a self-consistent example set; the other copies lacked it. For the **zh** copies there was also a pre-existing inconsistency: the ascending/descending outputs omitted the `NULL` row that the `NULLS FIRST` example shows (no single `class_test` could satisfy both). version-4.x already resolved this. Port the version-4.x Examples section (setup + consistent custom-sort examples) to: - **EN**: version-3.x, version-2.1 - **ZH**: dev (current), version-3.x, version-2.1 version-4.x (EN+ZH) and dev EN already have it — unchanged. **Verification** — every touched example executed end-to-end on fresh single-BE clusters, reproducing the doc's printed output cell-for-cell (`NULLS FIRST/LAST` confirmed working on 2.1): | version | cluster | FIELD | |---|---|---| | dev | master daily (doris-0.0.0-2e72603618c) | P9 F0 (ZH; EN control P9 F0) | | 3.x | 3.1.4-rc02 | P9 F0 (EN+ZH) | | 2.1 | 2.1.11-rc01 | P9 F0 (EN+ZH) | 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
