ccaominh commented on a change in pull request #8304: Add group_id to the sys.tasks table URL: https://github.com/apache/incubator-druid/pull/8304#discussion_r316336832
########## File path: docs/querying/sql.md ########## @@ -751,7 +751,8 @@ check out the documentation for [ingestion tasks](../ingestion/tasks.html). |Column|Type|Notes| |------|-----|-----| |task_id|STRING|Unique task identifier| -|type|STRING|Task type, for example this value is "index" for indexing tasks. See [tasks-overview](../ingestion/tasks.md)| +|group_id|STRING|Task group ID for this task, for sub tasks, this value is the parent task's ID| Review comment: Describe the value if it is not a subtask (looks like the implementation currently uses the value of `task_id`) ---------------------------------------------------------------- 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]
