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