ctubbsii commented on code in PR #5451: URL: https://github.com/apache/accumulo/pull/5451#discussion_r2056787336
########## core/src/main/java/org/apache/accumulo/core/util/tables/TableMapping.java: ########## @@ -108,7 +108,7 @@ public void rename(final TableId tableId, final String oldName, final String new throws InterruptedException, KeeperException, AcceptableThriftTableOperationException { if (namespaceId == Namespace.ACCUMULO.id()) { throw new AssertionError( - "Renaming built-in table maps in Accumulo namespace should not be possible"); + "Renaming tables in the Accumulo namespace table map should not be possible"); Review Comment: Another small fix for consistency. ```suggestion "Renaming built-in tables in the Accumulo namespace table map should not be possible"); ``` -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org