924060929 commented on code in PR #49913: URL: https://github.com/apache/doris/pull/49913#discussion_r2036561078
########## fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java: ########## @@ -894,12 +894,17 @@ public void executeByLegacy(TUniqueId queryId) throws Exception { && !(parsedStmt instanceof TransactionStmt)) { throw new TException("This is in a transaction, only insert, commit, rollback is acceptable."); } + SessionVariable sessionVariable = context.getSessionVariable(); + if (!(parsedStmt instanceof SetStmt) && !(parsedStmt instanceof UnsetVariableStmt)) { Review Comment: the set/unset stmt will be reverted because `disableNereidsPlannerOnce` -- 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