Github user lewismc commented on a diff in the pull request:

    https://github.com/apache/gora/pull/74#discussion_r74708216
  
    --- Diff: 
gora-cassandra/src/main/java/org/apache/gora/cassandra/store/CassandraStore.java
 ---
    @@ -511,6 +511,7 @@ private void addOrUpdateField(K key, Field field, 
Schema schema, Object value) {
               if (value instanceof PersistentBase) {
                 PersistentBase persistentBase = (PersistentBase) value;        
    
                 try {
    +              //TODO duplicated code @see 
org.apache.gora.util.IOUtils#serialize()
    --- End diff --
    
    What do you suggest implementing here? Please open a ticket in Jira.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to