boluor opened a new pull request, #3884: URL: https://github.com/apache/doris-website/pull/3884
Several aggregate-function pages already carry a visible inline setup block (`CREATE TABLE` + `INSERT`) on the dev / `version-4.x` docs, but the `version-3.x` and `version-2.1` copies are missing it — so their `SELECT ... FROM <table>` examples cannot be run or reproduced (a reader gets `Table [...] does not exist`). This PR ports the same visible inline setup block to the `version-3.x` and `version-2.1` copies (EN + ZH), for the pages whose older docs use the **same** example and data as 4.x: | Page | version-3.x | version-2.1 | | --- | :-: | :-: | | `CORR` | ✅ | ✅ | | `CORR_WELFORD` | ✅ | (absent) | | `COUNT` | ✅ | ✅ | | `COVAR` | ✅ | ✅ | | `COVAR_SAMP` | ✅ | ✅ | | `GROUP_CONCAT` | ✅ | ✅ | | `BITMAP_INTERSECT` | ✅ | ✅ | Each example was verified end-to-end to resolve its table and match that versions documented output — `version-3.x` on a 3.1.4 cluster and `version-2.1` on a 2.1.11 cluster (all pass). EN + ZH, 26 files. No `ja-source` changes. > Pages whose older-version docs use different tables / data / output than 4.x (e.g. `AVG` uses `log_statis` in 3.x but `t1` in 4.x; `group_bit` has no NULL row in older docs) are **not** included here — those need a per-version reconstruction and will be handled separately. 🤖 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]
