jihoonson commented on a change in pull request #6510: Added support for 
filtering by unused parameter
URL: https://github.com/apache/incubator-druid/pull/6510#discussion_r231362415
 
 

 ##########
 File path: 
indexing-service/src/main/java/org/apache/druid/indexing/overlord/MetadataTaskStorage.java
 ##########
 @@ -208,15 +208,15 @@ public void setStatus(final TaskStatus status)
   }
 
   @Override
-  public List<TaskInfo<Task, TaskStatus>> getRecentlyFinishedTaskInfo(
+  public List<TaskInfo<Task, TaskStatus>> 
getFinishedTaskInfoByCreatedTimeDuration(
 
 Review comment:
   I think it would be better if the method name tells that it will retrieve 
recently created tasks if `duration` filter is specified. How about 
`getRecentlyCreatedFinishedTaskInfo()`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to