Hi Alfonso, As i know when you want to change array's item you should replace with null. An then you should set array again. We write over it.
Talat On Oct 27, 2014 4:25 PM, "Alfonso Nishikawa" <[email protected]> wrote: > Hi! > > I am working with arrays serialized in HBase and I suspect that when > persisting arrays to HBase, you can't delete elements ( > > https://github.com/apache/gora/blob/master/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java#L312 > ). > The array can only grow. > Am I missing something or am I right? > > Thanks! > > Regards, > > Alfonso >

