jihoonson 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_r316442151
##########
File path:
indexing-service/src/test/java/org/apache/druid/indexing/common/task/batch/parallel/TaskMonitorTest.java
##########
@@ -195,6 +195,7 @@ public TaskStatusResponse getTaskStatus(String taskId)
return new TaskStatusResponse(
taskId,
new TaskStatusPlus(
+ taskId,
Review comment:
In this particular test, the groupId is always `"groupId"` as seen
[here](https://github.com/apache/incubator-druid/blob/8a920ec9b9dec5fb5ac798807c7c5537a804b40a/indexing-service/src/test/java/org/apache/druid/indexing/common/task/batch/parallel/TaskMonitorTest.java#L80).
You can use it if you want.
----------------------------------------------------------------
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]