dlmarion commented on code in PR #4136:
URL: https://github.com/apache/accumulo/pull/4136#discussion_r1447924937
##########
core/src/main/java/org/apache/accumulo/core/metadata/schema/MetadataSchema.java:
##########
@@ -433,6 +420,23 @@ public static class HostingColumnFamily {
public static final String REQUESTED_QUAL = "requested";
public static final ColumnFQ REQUESTED_COLUMN = new ColumnFQ(NAME, new
Text(REQUESTED_QUAL));
}
+
+ // These can be removed when the corresponding upgrade code is removed
+ public static class Upgrade12to13 {
Review Comment:
Why not move these into the Upgrader itself. When the upgrader gets deleted,
then we don't need to remember to delete these 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]