LakshSingla commented on code in PR #13358:
URL: https://github.com/apache/druid/pull/13358#discussion_r1023487980


##########
server/src/main/java/org/apache/druid/discovery/DiscoveryDruidNode.java:
##########
@@ -164,6 +179,12 @@ public DruidNode getDruidNode()
     return druidNode;
   }
 
+  @JsonProperty
+  public DateTime getStartTime()
+  {
+    return startTime;
+  }

Review Comment:
   Thanks for the explanation! I think it's better to keep it the current way. 



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