ctubbsii commented on a change in pull request #1799:
URL: https://github.com/apache/accumulo/pull/1799#discussion_r528895990
##########
File path:
core/src/main/java/org/apache/accumulo/core/metadata/schema/TabletMetadata.java
##########
@@ -98,11 +104,10 @@
}
public enum ColumnType {
- LOCATION,
+ LOCATION, // includes all types in LocationType + SUSPEND
PREV_ROW,
OLD_PREV_ROW,
FILES,
- LAST,
Review comment:
If there's any chance this is serialized, removing the enum changes the
ordinals and could break things. Might be safer to mark it as deprecated and
add a comment that it is no longer in use.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]