I raise this issue https://github.com/JuliaIO/Parquet.jl/issues/60
where the official parquet documentation states that repetition levels are written before definition levels. However, in the Julia Parquet package the parquet implementation reads definition before the repetition levels and the author insists on him being right but did not provide further evidence. I wanted to double-check this with the parquet dev community? Is it true that definitions levels need to be written before repetition levels? If true then the parquet documentation is wrong then I am happy to PR a fix. Regards -- ZJ [email protected]
