Copilot commented on code in PR #16505:
URL: https://github.com/apache/pinot/pull/16505#discussion_r2252518808


##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -241,6 +241,9 @@ public static class Instance {
     public static final String DEFAULT_FLAPPING_TIME_WINDOW_MS = "1";
     public static final String PINOT_SERVICE_ROLE = "pinot.service.role";
     public static final String CONFIG_OF_CLUSTER_NAME = "pinot.cluster.name";
+    public static final String CONFIG_OF_ZOOKEEPER_SERVER = "pinot.zk.server";

Review Comment:
   There's an inconsistency in the PR description. The description states 
fixing `CONFIG_OF_ZOOKEEPER_SERVER` to `CONFIG_OF_ZOOKEEPR_SERVER`, but the 
actual change is the opposite - fixing the misspelled 
`CONFIG_OF_ZOOKEEPR_SERVER` to the correctly spelled 
`CONFIG_OF_ZOOKEEPER_SERVER`. The code change is correct, but the PR 
description has the before/after reversed.



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