morrySnow commented on PR #61918: URL: https://github.com/apache/doris/pull/61918#issuecomment-4161731689
Addressed the 3 new review comments in latest push: 1. **CST timezone regression** (`GlobalVariable.java:124-125`): Fixed — added `resolveSystemTimeZone()` that remaps `CST` to `Asia/Shanghai` matching Doris convention. 2. **PatternType fragile else-branch** (`ColumnToProtobuf.java:52`): Already fixed in previous push — now uses `switch` with fail-fast `default` throwing `IllegalArgumentException`. -- 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]
