boluor opened a new pull request, #3684: URL: https://github.com/apache/doris-website/pull/3684
## Summary Two errors in the FE `get-ddl-stmt-action` API doc (`admin-manual/open-api/fe-http/get-ddl-stmt-action.md`): - **#25** — In the Response JSON example, the `create_table` array value was missing its closing double-quote: `["CREATE TABLE \`tbl1\` ...]` → `["CREATE TABLE \`tbl1\` ..."]`. The sibling `create_partition` / `create_rollup` values are correctly quoted, confirming this is a malformation. - **#26** — The example request line had a doubled `GET`: `GET GET /api/_get_ddl?...` → `GET /api/_get_ddl?...`. Applied across all 12 affected versions (EN + ZH, next/4.x/3.x/2.1/2.0/1.2). The bug text was identical in every version. ## Test plan - [x] Verified the malformed JSON quote against the correctly-quoted sibling fields - [x] Verified the doubled `GET` -- 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]
