hohav commented on pull request #511: URL: https://github.com/apache/arrow-rs/pull/511#issuecomment-871556957
This branch does remove the assertion panic I initially ran into. `parquet cat` still crashes on the resulting file in all cases. Output from `parquet meta`: * [v1](https://github.com/hohav/arrow-parquet-list-test/blob/master/src/main.rs): `count 6 / nulls 1` * [v2](https://github.com/hohav/arrow-parquet-list-test/blob/v2/src/main.rs): `count 3 / nulls 1` (unchanged) * [v3](https://github.com/hohav/arrow-parquet-list-test/blob/v3/src/main.rs): `count 2 / nulls 0` (previously `count 2 / nulls 2`) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org