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


##########
fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java:
##########
@@ -2170,6 +2173,23 @@ private void httpStreamPutImpl(TStreamLoadPutRequest 
request, TStreamLoadPutResu
         if (request.isSetPartialUpdate() && !request.isPartialUpdate()) {
             ctx.getSessionVariable().setEnableUniqueKeyPartialUpdate(false);
         }
+        if (ctx.getSessionVariable().isEnableInsertGroupCommit()) {

Review Comment:
   for internal group commit, the group_commit session is off_mode



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

Reply via email to