Cool. Where is this development happening? Would you like to join the Apache Parquet community?
- Wes On Mon, Jan 29, 2018 at 4:20 PM, Ivan Sadikov <[email protected]> wrote: > Thanks Wes. It is okay, I fixed the issues, so everything is great. > > We are currently pushing parquet-rs to be feature compatible with > parquet-mr and parquet-cpp. > On Tue, 30 Jan 2018 at 9:57 AM, Wes McKinney <[email protected]> wrote: > >> hi Ivan -- note that this code has not been actively maintained >> because this encoding is not in wide use yet (so there could be >> discrepancies vs. what is in parquet-mr). >> >> thanks, >> Wes >> >> On Sun, Jan 28, 2018 at 10:50 PM, Ivan Sadikov <[email protected]> >> wrote: >> > Hello, >> > >> > I am currently trying to debug DeltaLengthByArrayDecoder in parquet-cpp >> and >> > cannot understand how it knows where encoded lengths part ends (for delta >> > bit packing decoder) and actual byte array data begins. >> > >> > I can see that parquet-me simply loads all data to reach the end of >> encoded >> > lengths, but it looks like parquet-cpp does it differently. >> > >> > Would appreciate any help with this! >> > Thanks! >> > >> > >> > Cheers, >> > >> > Ivan >>
