ctubbsii commented on a change in pull request #1799:
URL: https://github.com/apache/accumulo/pull/1799#discussion_r528917846
##########
File path:
core/src/main/java/org/apache/accumulo/core/metadata/schema/TabletsMetadata.java
##########
@@ -163,15 +163,14 @@ public Options fetch(ColumnType... colsToFetch) {
case FLUSH_ID:
qualifiers.add(FLUSH_COLUMN);
break;
- case LAST:
- families.add(LastLocationColumnFamily.NAME);
- break;
case LOADED:
families.add(BulkFileColumnFamily.NAME);
break;
case LOCATION:
families.add(CurrentLocationColumnFamily.NAME);
families.add(FutureLocationColumnFamily.NAME);
+ families.add(LastLocationColumnFamily.NAME);
+
families.add(TabletsSection.SuspendLocationColumn.SUSPEND_COLUMN.getColumnFamily());
Review comment:
```suggestion
families.add(SuspendLocationColumn.SUSPEND_COLUMN.getColumnFamily());
```
----------------------------------------------------------------
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]