boluor opened a new pull request, #3816:
URL: https://github.com/apache/doris-website/pull/3816
## Summary
Three small cross-port fixes in one PR; each is a minimum-impact change.
| File | Change |
|------|--------|
| \`versioned_docs/.../string-functions/substring.md\` | EN +1 example:
empty source string returns empty (ZH already had this) |
| \`versioned_docs/.../aggregate-functions/intersect-count.md\` | EN +1
example: two-day intersection (ZH already had this) |
| \`i18n/zh-CN/.../string-functions/url-encode.md\` | ZH fence
\`\`\`\`sql\`\`\`\` → \`\`\`\`text\`\`\`\` on the result block; drop one stray
blank line |
## Verification
\`\`\`
mysql> SELECT substring('', 1, 3);
-- ''
mysql> select intersect_count(user_id,dt,20250801,20250802) from pv_bitmap;
-- 1
\`\`\`
Both run on a single-node Apache Doris 4.1.1 cluster against a
freshly-recreated \`pv_bitmap\` table seeded with the doc's own INSERT.
## Test plan
- [x] substring empty source returns empty.
- [x] intersect_count with two date filters returns 1 (only user 3 appears
on both 20250801 and 20250802).
- [x] url-encode zh page renders result block as plain text, not
syntax-highlighted 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]