lexluo09 commented on code in PR #17608:
URL: https://github.com/apache/doris/pull/17608#discussion_r1133270966


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java:
##########
@@ -1924,6 +1927,18 @@ public long loadMTMVJobManager(DataInputStream in, long 
checksum) throws IOExcep
         return checksum;
     }
 
+    /**
+     * Load global function.
+     **/
+    public long loadGlobalFunction(DataInputStream in, long checksum) throws 
IOException {
+        GlobalFunctionMgr mgr = GlobalFunctionMgr.read(in);
+        if (mgr != null) {

Review Comment:
   Yes, there is no case where mgr is  null.



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