Hi, I had not tried the patch, just took my attention since I had been taking a look at Persistent* after GORA_94. By this time I am stick to early Gora-0.4-SNAPSHOT developing the connectors for Pig and Cascading. The changes of GORA_94 were quite huge (some semantics in dirty management changed) and I need something I know much to finish the development and adapt after to Gora-0.5 :) (And, at the same time, at my work we are with that version by now... until I have time to upgrade HBase from 0.90.4 to 0.9+...).
About converting to string I was talking about why the patch was how it was, but nevermind :) I will continue writing comments on jira for further questions if needed because we will be duplicating :) Thanks! Alfonso Nishikawa 2014-08-06 2:36 GMT+02:00 Lewis John Mcgibbney <[email protected]>: > Hi Alfonso, > > On Tue, Aug 5, 2014 at 1:47 AM, <[email protected]> wrote: > > > > > I don't understand the fix :S > > > > The fix converts everything to ByteArray and not just simply casting the > value to ByteBuffer... which is illegal. > > > > getDirtyBytes was: > > > > private ByteBuffer getDirtyBytes() { > > return (ByteBuffer) get(0); > > } > > > > so, it was returning the content of the field __G__DIRTY(0, > "__g__dirty"), > > defined in the schema as type bytes. > > Why exactly is needed to convert to string, etc? > > > > I don't think that anything is being converted to String! > > > > > > Have you applied GORA-326 [1] about removal of __g__dirty? (don't apply > it > > ;P) > > > > Have you tried this patch Alfonso? It would be great if we could resolve > the issue and move on witht he proposed release roadmap for 0.5. > > > > > > @Lewis: Can you send us you the java code of that class you talk about? > The > > generated class that has the "previewText" field. > > > > Here is the code Alfonso > > https://github.com/MJJoyce/xdata-nba/blob/master/impoexpo/src/main/java/gov/nasa/jpl/xdata/nba/impoexpo/structs/Preview.java > > > > > > Thanks!! And so sorry for answering so late :( > > > > NP, thanks for answering. > Lewis >

