cradal commented on pull request #1651: URL: https://github.com/apache/accumulo/pull/1651#issuecomment-656680603
@keith-turner @ivakegg This version of the solution changes the modifier of TabletsMetadata Builder from private to public. This allows readTablets() in AmpleImpl to create a Builder object. I created a test using a mock table, which runs successfully. I think that package-private is a better choice for Builder, just need to figure out a way to test things outside of TabletsMetadata's package(...schema.metadata). ---------------------------------------------------------------- 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]
