keith-turner commented on issue #680: URL: https://github.com/apache/accumulo/issues/680#issuecomment-845185375
> Are you suggesting having a method that accepts a table name as its sole parameter? Yeah that is what I was thinking, like [createBatchWriter(String)](https://github.com/apache/accumulo/blob/af2d2d630094fc06e0ac1d6702a9a49d30ec1e94/core/src/main/java/org/apache/accumulo/core/client/AccumuloClient.java#L195), `createBatchScanner(String)`, `createScanner(String)`. All of those method were added for 2.0. I had wanted to add one for the conditionalWriter before 2.0 to make it consistent, but I suppose it slipped through the cracks. -- 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]
