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