Jay-ju opened a new pull request, #4095: URL: https://github.com/apache/doris-website/pull/4095
Documents the string and Boolean predicate pushdown support added by apache/doris#67051. ## What Changed - Added direct Boolean predicates, `LIKE` / `NOT LIKE`, `starts_with`, and `ends_with` to the supported predicate table. - Documented the direct-column/literal requirements and the safety fallbacks for escaped or NUL-bearing patterns and same-named UDFs. - Updated the `EXPLAIN` example to show the new predicate forms. - Kept the English and Chinese 4.x pages synchronized. `docs/` (dev) is intentionally untouched because the Lance Catalog page exists only under 4.x; apache/doris master currently has no Lance integration. ## Validation - `git diff --check` - `node scripts/docs-governance/report.js --changed --format github` (no new blocking findings; existing SEO and missing-current-page warnings remain) ## Versions - [ ] dev - [x] 4.x - [ ] 3.x - [ ] 2.1 or older (not covered by version/language sync gate) ## Languages - [x] Chinese - [x] English ## Docs Checklist - [x] Checked by AI - [ ] Test Cases Built - [x] Updated required version and language counterparts, or explained why not - [ ] If only one language changed, confirmed whether source/translation counterparts need sync -- 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]
