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_r280295001
 
 

 ##########
 File path: 
gora-cassandra/src/main/java/org/apache/gora/cassandra/serializers/NativeSerializer.java
 ##########
 @@ -258,4 +259,26 @@ private K getKey(T object) {
     }
     return key;
   }
+
+  @Override
+  public boolean exists(Object key) throws GoraException {
 
 Review comment:
   You are totally right I did not notice this code redundancy. I will move 
this code to CassandraSerializer

----------------------------------------------------------------
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

Reply via email to