mymeiyi commented on code in PR #32523:
URL: https://github.com/apache/doris/pull/32523#discussion_r1546075552


##########
fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java:
##########
@@ -671,13 +671,6 @@ private void executeByNereids(TUniqueId queryId) throws 
Exception {
                                 + Env.getCurrentEnv().getSelfNode().getHost() 
+ ") and failed to execute"
                                 + " because Master FE is not ready. You may 
need to check FE's status"));
                     }
-                    if 
(context.getSessionVariable().isEnableInsertGroupCommit()) {

Review Comment:
   Here is the logic of if forward group commit, should not remove it, because 
your PR does make group commit not fallback



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