nevi-me opened a new pull request #826: URL: https://github.com/apache/arrow-rs/pull/826
# Which issue does this PR close? Closes #825. # Rationale for this change See issue for more context, this affects the ability to write nested data that has `<list<struct<_>>` if some lists are empty. # What changes are included in this PR? Fixed the reader to account for empty lists (`serde_json::Value::List(vec![])`) and not create an empty struct. # Are there any user-facing changes? No -- 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