AmatyaAvadhanula commented on code in PR #12404:
URL: https://github.com/apache/druid/pull/12404#discussion_r897968676


##########
core/src/main/java/org/apache/druid/indexer/TaskStatusPlus.java:
##########
@@ -252,4 +254,29 @@ public String toString()
            ", errorMsg='" + errorMsg + '\'' +
            '}';
   }
+
+  /**
+   * Convert a TaskInfo pair of TaskMetadata and TaskStatus to a TaskStatusPlus

Review Comment:
   fixed



##########
core/src/main/java/org/apache/druid/indexer/TaskStatusPlus.java:
##########
@@ -252,4 +254,29 @@ public String toString()
            ", errorMsg='" + errorMsg + '\'' +
            '}';
   }
+
+  /**
+   * Convert a TaskInfo pair of TaskMetadata and TaskStatus to a TaskStatusPlus
+   * Applicable only for completed or waiting tasks

Review Comment:
   Elaborated



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

Reply via email to