boluor opened a new pull request, #3885: URL: https://github.com/apache/doris-website/pull/3885
Follow-up to #3884. These aggregate-function pages query a table that the `version-3.x` / `version-2.1` docs never define, so the examples cannot be run or reproduced (`Table [...] does not exist`). Unlike #3884 (where the older docs matched 4.x and the setup could be copied), the older docs here use **different example data** than 4.x — so the setup is **reconstructed from each older pages own printed output** and emitted as a visible inline block (consistent with the 4.x pages). Pages (EN + ZH, `version-3.x` and `version-2.1`): | | | | --- | --- | | `GROUP_BIT_AND` / `GROUP_BIT_OR` / `GROUP_BIT_XOR` | `group_bit` | | `ARRAY_AGG` | `test_doris_array_agg` | | `MAX_BY` | `tbl` | | `ANY_VALUE` | `cost2` | | `AVG_WEIGHTED` | `test_doris_avg_weighted` | | `BITMAP_UNION_COUNT` / `BITMAP_UNION_INT` / `GROUP_BITMAP_XOR` / `INTERSECT_COUNT` | `pv_bitmap` (built via `bitmap_from_string`) | 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). 44 files. No `ja-source` changes. 🤖 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]
