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_r316334916
 
 

 ##########
 File path: 
indexing-service/src/test/java/org/apache/druid/indexing/overlord/http/OverlordResourceTest.java
 ##########
 @@ -1029,6 +1035,7 @@ public void testGetTaskStatus() throws Exception
         new TaskStatusResponse(
             "mytask",
             new TaskStatusPlus(
+                "mytask",
 
 Review comment:
   Similar comment here about `id` and `groupId` having the same value and 
changing it if `groupId` is renamed to `parentId`

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