ctubbsii commented on code in PR #6423:
URL: https://github.com/apache/accumulo/pull/6423#discussion_r3415380113
##########
server/base/src/main/java/org/apache/accumulo/server/client/ClientServiceHandler.java:
##########
@@ -109,7 +108,7 @@ public static NamespaceId checkNamespaceId(ClientContext
context, String namespa
namespaceId = Namespaces.lookupNamespaceId(context, namespaceName);
if (namespaceId == null) {
throw new ThriftTableOperationException(null, namespaceName, operation,
- TableOperationExceptionType.NAMESPACE_NOTFOUND, null);
+ TableOperationExceptionType.NAMESPACE_NOTFOUND, "Namespace does
not exist");
Review Comment:
As the second parameter to this constructor, this is already part of the
formatted message.
--
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]