Re: Approaching Vectorized Reading in Iceberg ..

2019-06-13 Thread Ryan Blue
Sounds like a good start. I think the next step is to avoid using the ParquetReader.FileIterator and deserialize directly from TripleIterator . I think the reason why this i

Re: Approaching Vectorized Reading in Iceberg ..

2019-06-13 Thread Anton Okolnychyi
Gautam, could you also share the code for benchmarks and conversion? Thanks, Anton > On 13 Jun 2019, at 19:38, Ryan Blue wrote: > > Sounds like a good start. I think the next step is to avoid using the > ParquetReader.FileIterator and deserialize directly from TripleIterator >