cradal commented on a change in pull request #1651:
URL: https://github.com/apache/accumulo/pull/1651#discussion_r526200209



##########
File path: 
server/base/src/test/java/org/apache/accumulo/server/master/state/RootTabletStateStoreTest.java
##########
@@ -54,6 +55,11 @@ public TabletMetadata readTablet(KeyExtent extent, 
ColumnType... colsToFetch) {
       return RootTabletMetadata.fromJson(json).convertToTabletMetadata();
     }
 
+    @Override
+    public AmpleImpl.Builder readTablets() {
+      return null;
+    }

Review comment:
       Added UnsupportedOperationException.




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