adarshsanjeev commented on code in PR #14322:
URL: https://github.com/apache/druid/pull/14322#discussion_r1298582512


##########
docs/api-reference/sql-ingestion-api.md:
##########
@@ -257,7 +257,15 @@ The response shows an example report for a query.
         "startTime": "2022-09-14T22:12:09.266Z",
         "durationMs": 28227,
         "pendingTasks": 0,
-        "runningTasks": 2
+        "runningTasks": 2,
+        "segmentLoadWaiterStatus": {

Review Comment:
   startTime is the time at which we started checking the load status. That 
with duration would give us a clear idea of when it started and when it ended, 
and this is the structure for other MSQ stages.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to