GabrielCWT commented on code in PR #18547:
URL: https://github.com/apache/druid/pull/18547#discussion_r2374523032


##########
server/src/main/java/org/apache/druid/server/DruidNode.java:
##########
@@ -89,6 +89,9 @@ public class DruidNode
       "unknown"
   );
 
+  @JsonProperty
+  private Map<String, String> labels;

Review Comment:
   Currently all variables are being assigned in the `init` function, this 
prevents the object's variables from being final. I will be following this 
convention and as such not be assigning `final` to the variable



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