HappenLee commented on code in PR #22047: URL: https://github.com/apache/doris/pull/22047#discussion_r1271703754
########## fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java: ########## @@ -263,6 +263,9 @@ public ConnectContext(StreamConnection connection) { mysqlChannel = new DummyMysqlChannel(); } sessionVariable = VariableMgr.newSessionVariable(); + if (isMajorVersionUpgrade) { Review Comment: we need global set, here just change the connect way, if fe restart will change the logic -- 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