cradal commented on a change in pull request #1651:
URL: https://github.com/apache/accumulo/pull/1651#discussion_r452842622
##########
File path:
core/src/main/java/org/apache/accumulo/core/metadata/schema/TabletsMetadata.java
##########
@@ -67,7 +67,7 @@
*/
public class TabletsMetadata implements Iterable<TabletMetadata>,
AutoCloseable {
- private static class Builder implements TableRangeOptions, TableOptions,
RangeOptions, Options {
+ public static class Builder implements TableRangeOptions, TableOptions,
RangeOptions, Options {
Review comment:
@ivakegg I think this is the way to go. One tumbling block is crafting a
unit test that is outside the ...metadata.schema package. A test created
outside that package won't have access to the Builder methods. For the moment,
I will push a version with a public Builder class that is tested using a mock
table.
----------------------------------------------------------------
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]