Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-10249: [Rust] Support nested dictionaries inside list arrays
Support nested dictionaries inside list arrays for arrow JSON reader. This pr makes reading nested JSON fields a little bit easier by making a single reader method for the list arrays. Closes #8430 from vertexclique/ARROW-10249-support-nested-dictionaries-in-list-arrays Authored-by: Mahmut Bulut <vertexclique@gmail.com> Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
- Loading branch information