imay commented on a change in pull request #1323: This commit has brought 
contribution to streaming mini load
URL: https://github.com/apache/incubator-doris/pull/1323#discussion_r295649854
 
 

 ##########
 File path: be/src/http/action/mini_load.h
 ##########
 @@ -84,6 +88,27 @@ class MiniLoadAction : public HttpHandler {
             const HttpRequest* http_req,
             const TLoadCheckRequest& load_check_req);
 
+    void _on_chunk_data(HttpRequest* http_req);
+
+    void _handle(HttpRequest* http_req);
+
+    // streaming mini load
+    Status _on_new_header(HttpRequest* req);
+
+    Status _begin_mini_load(StreamLoadContext* ctx);
+
+    Status _process_put(HttpRequest* req, StreamLoadContext* ctx);
+ 
+    void _on_new_chunk_data(HttpRequest* http_req);
+
+    void _new_handle(HttpRequest* req);
+    
+    Status _on_new_handle(StreamLoadContext* ctx);
+   
+    bool _is_streaming(HttpRequest* req);
+
+    bool isStreaming = true;
 
 Review comment:
   ```suggestion
       bool _is_streaming = true;
   ```

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