jihoonson commented on a change in pull request #12157:
URL: https://github.com/apache/druid/pull/12157#discussion_r785399223
##########
File path:
server/src/main/java/org/apache/druid/discovery/DiscoveryDruidNode.java
##########
@@ -35,22 +40,29 @@
*/
public class DiscoveryDruidNode
{
+ private static final Logger LOG = new Logger(DiscoveryDruidNode.class);
+ private static final TypeReference<Map<String, Object>>
RAW_DRUID_SERVICE_TYPE =
Review comment:
Good catch! It is a left over that I forgot to delete after I cleaned up
my PR. I will delete it.
--
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]