You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/12 10:12:28 UTC

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #8978: [Bug][Stream load] fix streamLoadPut return status

yiguolei commented on code in PR #8978:
URL: https://github.com/apache/incubator-doris/pull/8978#discussion_r848258987


##########
fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java:
##########
@@ -1068,7 +1068,6 @@ public TStreamLoadPutResult streamLoadPut(TStreamLoadPutRequest request) {
 
         TStreamLoadPutResult result = new TStreamLoadPutResult();
         TStatus status = new TStatus(TStatusCode.OK);
-        result.setStatus(status);

Review Comment:
   I think the modification is the same with the previous code.



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org