csun5285 opened a new pull request, #3911: URL: https://github.com/apache/doris-website/pull/3911
These functions return a boolean predicate (true/false, displayed as 1/0) but the docs declared the return type as TINYINT. Correct them to BOOLEAN across the en/zh-CN/ja docs (current + version-4.x): - is_ip_address_in_range - is_ipv4_string - is_ipv6_string - is_ipv4_mapped - is_ipv4_compat ## Versions - [x] dev - [x] 4.x - [ ] 3.x - [ ] 2.1 or older (not covered by version/language sync gate) ## Languages - [ ] Chinese - [ ] English - [ ] Japanese candidate translation needed ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built - [ ] 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]
