jhnmora000 commented on a change in pull request #156: GORA 411 - Add exists(key) to DataStore interface URL: https://github.com/apache/gora/pull/156#discussion_r272802075
########## File path: gora-accumulo/src/main/java/org/apache/gora/accumulo/store/AccumuloStore.java ########## @@ -642,6 +642,20 @@ private void setFetchColumns(Scanner scanner, String[] fields) { } } } + + @Override + public boolean exists(K key) throws GoraException { + try { + // TODO make isolated scanner optional? Review comment: Sorry for that... I based the new method on get() and I copied accidentally that comment. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services