Closed devinrsmith closed 2 days ago
The Parquet format requires a LIST type with the inner element named element (as opposed to item) and requires the middle group to be named list (as opposed to a repeat of the outer group's name).
element
item
list
See https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#lists
Nightlies all passed.
The Parquet format requires a LIST type with the inner element named
element
(as opposed toitem
) and requires the middle group to be namedlist
(as opposed to a repeat of the outer group's name).See https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#lists