imay commented on a change in pull request #1375: Fix the core of mini load
URL: https://github.com/apache/incubator-doris/pull/1375#discussion_r297060191
 
 

 ##########
 File path: be/src/http/action/mini_load.cpp
 ##########
 @@ -331,12 +339,14 @@ int MiniLoadAction::on_header(HttpRequest* req) {
         return -1;
     }
        
-    _set_is_streaming(req);
     Status status;
-    if (_is_streaming) {
+    _set_is_streaming(req);    
 
 Review comment:
   ```suggestion
            MiniLoadCtx* mini_load_ctx = new MiniLoadCtx(_is_streaming(req));
           req->set_handler_ctx(mini_load_ctx); 
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to