kfaraz commented on code in PR #18547:
URL: https://github.com/apache/druid/pull/18547#discussion_r2374526620
##########
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:
Ah, I missed the `init()` call. `final` is always better for such bean
fields.
But you are right, we cannot do it in this PR.
--
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]