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
