ctubbsii commented on code in PR #3645:
URL: https://github.com/apache/accumulo/pull/3645#discussion_r1291615500
##########
core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java:
##########
@@ -1034,4 +1034,14 @@ default Stream<HostingGoalForTablet>
getTabletHostingGoal(final String tableName
throw new UnsupportedOperationException();
}
+ /**
+ * @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.
Review Comment:
This should be `it is` or `it's`, not the possessive `its`.
--
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]