linrrzqqq opened a new pull request, #65781: URL: https://github.com/apache/doris/pull/65781
Related PR: https://github.com/apache/doris/pull/37243 Problem Summary: (Before doris-3.0)Older persisted `CommonUserProperties` JSON uses long field names such as `resourceTags` and `sqlBlockRules`. The current serialized names are `rt` and `sbr`, while the compatibility aliases only covered the singular forms `resourceTag` and `sqlBlockRule`. As a result, legacy user properties may be silently ignored during metadata deserialization, causing resource tags or SQL block rules to be reset to their default values. This change adds compatibility aliases for the legacy plural field names: - `resourceTags` - `sqlBlockRules` -- 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]
