dataroaring opened a new pull request, #3843: URL: https://github.com/apache/doris-website/pull/3843
## Summary - `STRUCT.md` (semi-structured data types) had a trailing `0x03` byte after `DISTRIBUTED BY HASH(id) BUCKETS 1` on line 147. - `sequence-count.md` and `sequence-match.md` (aggregate functions) had `0x19` standing in for the apostrophe in "isn't" (three occurrences across the two files). - The Docusaurus HTML minifier rejects control characters in the input stream, so these pages fail the build for both `/cloud/26.x/...` and `/enterprise/4.x/...` URL paths. - Applied the same fix in `docs/` (next) and `versioned_docs/version-4.x/`. Chinese (i18n) copies and other version trees were already clean. ## Test plan - [ ] `yarn build` (or the project's site build) completes without the previous `Control character in input stream` errors on the three affected pages. - [ ] Spot-check the rendered pages for STRUCT, sequence-count, sequence-match in both `enterprise/4.x` and `cloud/26.x` and confirm "isn't" displays with a normal apostrophe and the `DISTRIBUTED BY ... BUCKETS 1` line renders cleanly. 🤖 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]
