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



##########
File path: 
core/src/main/java/org/apache/accumulo/core/metadata/schema/TabletMetadata.java
##########
@@ -190,10 +195,15 @@ public boolean hasCurrent() {
   }
 
   public Location getLast() {
-    ensureFetched(ColumnType.LAST);
+    ensureFetched(ColumnType.LOCATION);

Review comment:
       This still looks like it's fetching the "loc" column. It might be more 
clear if this enum that refers to fetching all locations, was something like 
`ALL_LOCATIONS`




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