Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
-
Patch
Description
ARROW-11497 The pyarrow parquet writer now support the list type contains 3 level where the middle level, named list, must be a repeated group with a single field named element. https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#lists
I think we can simply populate it to WriteToParquet by adding additional flag (use_compliant_nested_type) to
conform with Apache Parquet specification.
Attachments
Issue Links
- links to