EdColeman commented on code in PR #3876:
URL: https://github.com/apache/accumulo/pull/3876#discussion_r1367822234
##########
core/src/main/java/org/apache/accumulo/core/metadata/schema/RootTabletMetadata.java:
##########
@@ -59,11 +60,14 @@ public class RootTabletMetadata {
};
// JSON Mapping Version 1. Released with Accumulo version 2.1.0
- private static final int VERSION = 1;
+ private static final int VERSION_1 = 1;
+ // JSON Mapping Version 1. Released with Accumulo version 3,1
Review Comment:
Addressed in e8ae63227647
--
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]