dlmarion commented on code in PR #5744:
URL: https://github.com/apache/accumulo/pull/5744#discussion_r2216830818


##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ClientContext.java:
##########
@@ -222,7 +222,7 @@ public String getAddress() {
 
                 @Override
                 public String getGroup() {
-                  return entry.getResourceGroup();
+                  return entry.getResourceGroup().canonical();

Review Comment:
   Fixed this and other places in updates after your review. I was initially 
being cautious about changing anything client facing. I went back and did 
another pass today.



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

Reply via email to