You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/05/20 14:44:56 UTC

[GitHub] [accumulo] keith-turner commented on issue #680: Add method to created conditional writer that takes no config.

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:
users@infra.apache.org