dlmarion commented on code in PR #4155:
URL: https://github.com/apache/accumulo/pull/4155#discussion_r1462359385
##########
core/src/main/java/org/apache/accumulo/core/metadata/schema/MetadataSchema.java:
##########
@@ -436,6 +436,9 @@ public static class Upgrade12to13 {
public static final String SPLIT_RATIO_QUAL = "splitRatio";
public static final ColumnFQ SPLIT_RATIO_COLUMN =
new ColumnFQ(TabletColumnFamily.NAME, new Text(SPLIT_RATIO_QUAL));
+
Review Comment:
```suggestion
// TODO: Remove this when Upgrader12to13 is removed
```
--
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]