morningman opened a new pull request #1762: Optimize some kinds of load jobs
URL: https://github.com/apache/incubator-doris/pull/1762
 
 
   1. Support specifying label to Insert Into stmt.
       INSERT INTO tbl1 WITH LABEL label1 ...;
   
   2. Return job' state corresponding to the existing label in result of stream 
load.
       ...
       "Status": "Label Already Exists",
       "ExistingJobStatus": "FINISHED"
       ...
   
   3. Return the recent 2000 transactions in SHOW PROC '/transactions'

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to