chadbrewbaker commented on issue #703: URL: https://github.com/apache/arrow-rs/issues/703#issuecomment-975137803
I'm getting the same issue on darwin-aarch64 using the [json2parquet](https://lib.rs/crates/json2parquet) CLI. ```bash wget https://raw.githubusercontent.com/json-iterator/test-data/master/large-file.json # Convert it into newline delimited JSON or else Arrow complains cat large-file.json | jq -c '.[]' > lf.json json2parquet lf.json bork.pq # Error: General("Inconsistent length of definition and repetition levels: 891 != 1388") ``` -- 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