keith-turner commented on code in PR #3645:
URL: https://github.com/apache/accumulo/pull/3645#discussion_r1289414827
##########
core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java:
##########
@@ -1034,4 +1034,13 @@ default Stream<HostingGoalForTablet>
getTabletHostingGoal(final String tableName
throw new UnsupportedOperationException();
}
+ /**
+ * @return a stream of tablets information for tablets that fall in the
specified range
Review Comment:
```suggestion
* @return a stream of tablets information for tablets that fall in the
specified range. The stream may be backed by a scanner, so its best to close
the stream.
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]