boluor opened a new pull request, #3903: URL: https://github.com/apache/doris-website/pull/3903
The dev `MEDIAN` page queried `log_statis` without defining it, so the example errored with `table does not exist`; its second example's SQL and printed output were also mismatched. Port the **version-4.x** Example section to dev (EN+ZH): a `-- setup` block that creates `log_statis` and loads rows whose per-group medians are exactly the `50` / `30` the doc prints (`MEDIAN` = `percentile 0.5` is deterministic), plus the self-consistent NULL example. version-4.x already has this and is unchanged. (MEDIAN only exists in dev + 4.x.) **Verification** — executed end-to-end on the local master daily build (doris-0.0.0-2e72603618c): dev EN **P4 F0**, dev ZH **P4 F0**, every touched example reproducing the doc's printed output cell-for-cell. 🤖 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]
