EdColeman commented on code in PR #3276: URL: https://github.com/apache/accumulo/pull/3276#discussion_r1157636109
########## core/src/main/java/org/apache/accumulo/core/security/Authorizations.java: ########## @@ -45,6 +46,9 @@ public class Authorizations implements Iterable<byte[]>, Serializable, Authoriza private final Set<ByteSequence> auths; private final List<byte[]> authsList; // sorted order + private static final Pair<Set<ByteSequence>,List<byte[]>> EMPTY_INTERNAL_COLLECTIONS = Review Comment: `DEFAULT_EMPTY`? To me, INTERNAL and COLLECTIONS are not adding information and the length of the name reduces readability instead of adding clarity. -- 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]
