morrySnow commented on PR #63255: URL: https://github.com/apache/doris/pull/63255#issuecomment-4456511154
Thanks for the review! Fixed in the latest commit: - Refactored `validateNoLoneSurrogate` to handle object nodes explicitly via `node.fields()` (Jackson) / `entrySet()` (Gson), so both field names and values are checked. - Extracted a shared `validateNoLoneSurrogateInString` helper to avoid duplication. - Added unit tests for lone surrogates in object keys (`testLoneHighSurrogateInObjectKey`, `testLoneLowSurrogateInObjectKey`, `testValidSurrogatePairInObjectKey`). -- 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]
