zachjsh commented on code in PR #17488:
URL: https://github.com/apache/druid/pull/17488#discussion_r1872027515
##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/Task.java:
##########
@@ -313,6 +315,15 @@ default TaskIdentifier getMetadata()
return new TaskIdentifier(this.getId(), this.getGroupId(), this.getType());
}
+ /**
+ * @return The status of the task. Note: this interface method is unstable
at this time.
+ */
+ @Nullable
+ default String getStatus()
Review Comment:
Fixed, let me know if ok now.
--
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]