boluor opened a new pull request, #3792:
URL: https://github.com/apache/doris-website/pull/3792

   ## Summary
   
   Doc page (4.x): \`scalar-functions/string-functions/url-decode.md\` (EN + 
ZH).
   
   Each side had one example the other didn't, plus a small bug:
   
   | Side | Had | Bug |
   |------|-----|-----|
   | EN | long-URL example | divider line is 48 chars but the column-name row 
is 111 chars, so the result table renders ragged on the docs site |
   | ZH | short \`Doris+Q%26A\` example showing \`+\` → space and \`%26\` → 
\`&\` decoding | result block uses \`\`\`\`sql\`\`\` instead of 
\`\`\`\`text\`\`\`, so docusaurus syntax-highlights the ASCII grid as SQL |
   
   This PR brings both pages to the same structure: two examples (long URL + 
form-encoded short string), each with a one-line intro, correct fence tags, and 
divider lines that match the actual mysql client output byte-for-byte.
   
   ## Verification
   
   Both SQL examples run against a single-node Apache Doris 4.1.1 cluster; the 
result blocks in the PR are the verbatim CLI output.
   
   ## Test plan
   
   - [x] Run both examples on the cluster — match documented results.
   - [x] EN and ZH now mirror each other structurally.
   - [x] Result blocks are tagged \`text\` so docusaurus does not 
syntax-highlight them as SQL.
   
   🤖 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]

Reply via email to