morningman opened a new pull request #1686: Add a loaded rows in SHOW LOAD 
result 
URL: https://github.com/apache/incubator-doris/pull/1686
 
 
   Add a new column 'JobDetails' to show more info of a load job.
   Loaded rows will be updated periodically by query report. So that
   user can see that a load job is still running or being blocked.
   
   eg:
   
   ```
            JobId: 12010
            Label: fact_20190811_0000
            State: LOADING
         Progress: ETL:N/A; LOAD:0%
             Type: BROKER
          EtlInfo: N/A
         TaskInfo: cluster:N/A; timeout(s):36000; max_filter_ratio:0.01
         ErrorMsg: N/A
       CreateTime: 2019-08-21 23:38:40
     EtlStartTime: 2019-08-21 23:38:41
    EtlFinishTime: 2019-08-21 23:38:41
    LoadStartTime: 2019-08-21 23:38:41
   LoadFinishTime: N/A
              URL: N/A
       JobDetails: 
{"LoadedRows":1875968,"TaskNumber":1,"FileNumber":1,"FileSize":940754064}
   ```

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