dlmarion commented on code in PR #5498:
URL: https://github.com/apache/accumulo/pull/5498#discussion_r2056812404
##########
core/src/main/java/org/apache/accumulo/core/metadata/AccumuloNamespace.java:
##########
@@ -28,7 +28,7 @@
/**
* Defines the name and id of all tables in the accumulo table namespace.
*/
-public enum AccumuloTable {
+public enum AccumuloNamespace {
Review Comment:
We could still expose the root, metadata, fate, and scanref tables as
constants. Maybe we move Namespace.Accumulo and Namespace.default constants to
this new class too.
--
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]