Re: ORC: duplicate record - rowid meaning ?

2020-02-25 Thread Peter Vary
Hey David, Good to know it was fixed! :) Thanks, Peter > On Feb 25, 2020, at 12:47, David Morin wrote: > > Hi Peter, > > Just to give some news concerning my issue. > The problem is fixed. In fact, it was a reset of rowid in my application > because default batch size of my VectorizedRowBatc

Re: ORC: duplicate record - rowid meaning ?

2020-02-25 Thread David Morin
Hi Peter, Just to give some news concerning my issue. The problem is fixed. In fact, it was a reset of rowid in my application because default batch size of my VectorizedRowBatch (ORC) is 1024 And during the reset of this batch, a reset of rowid was done. By now it works as expected Thanks David