ctubbsii commented on a change in pull request #1799:
URL: https://github.com/apache/accumulo/pull/1799#discussion_r528917223



##########
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:
       As long as it's just used internally, and never serialized or sent over 
the wire, it's fine.




----------------------------------------------------------------
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]


Reply via email to