deardeng commented on code in PR #30784:
URL: https://github.com/apache/doris/pull/30784#discussion_r1497278437
##########
fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/RoleManager.java:
##########
@@ -261,6 +279,43 @@ public static RoleManager read(DataInput in) throws
IOException {
} else {
String json = Text.readString(in);
RoleManager rm = GsonUtils.GSON.fromJson(json, RoleManager.class);
+ if (Env.getCurrentEnvJournalVersion() >=
FeMetaVersion.VERSION_130) {
Review Comment:
这里我最开始在role里面写的,测试发现不会被调用到,
--
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]