hohav commented on issue #385: URL: https://github.com/apache/arrow-rs/issues/385#issuecomment-869812493
Thanks for taking a look. I'm still seeing the initial panic when I update to latest master of arrow-rs, so I don't think #270 fixed it unfortunately. But I think there's something else going on, because I get the same crash from `parquet cat` even when I remove the empty list. And if I pass `false` to `try_from_iter_with_nullable` then `parquet meta` tells me every element is null, even for a list like `[[1] [2]]` (and `parquet cat` still crashes). Repro code [here](https://github.com/hohav/arrow-parquet-list-test/tree/v3). -- 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