cambyzju commented on code in PR #49658: URL: https://github.com/apache/doris/pull/49658#discussion_r2022223532
########## fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/CommonUserProperties.java: ########## @@ -66,6 +67,9 @@ public class CommonUserProperties implements Writable, GsonPostProcessable { @SerializedName(value = "it", alternate = {"insertTimeout"}) private int insertTimeout = -1; + @SerializedName(value = "ic") Review Comment: alternate应该是兼容旧版本用的,新增的property直接用简写,可以减少meta数据量 -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org