starocean999 commented on code in PR #49659:
URL: https://github.com/apache/doris/pull/49659#discussion_r2053599569


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java:
##########
@@ -2399,6 +2402,13 @@ public long loadGlobalVariable(DataInputStream in, long 
checksum) throws IOExcep
         return checksum;
     }
 
+    // outline persistence
+    public long loadOutline(DataInputStream in, long checksum) throws 
IOException, DdlException {
+        VariableMgr.read(in);

Review Comment:
   why not outlineMgr? and what's the difference between this method and 
loadOutlines



-- 
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]

Reply via email to