Commits

Antoine Pitrou authored ef08a9d0937
ARROW-9943: [C++] Recursively apply Arrow metadata when reading from Parquet This allows roundtripping complex types such as `list<dictionary<utf8>>`, `list<extension>`, etc. Closes #8366 from pitrou/ARROW-9943-parquet-nested-metadata Lead-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>