deephaven / deephaven-core

Deephaven Community Core
Other
257 stars 80 forks source link

fix: Use correct naming conventions for Parquet list #6391

Closed devinrsmith closed 2 days ago

devinrsmith commented 3 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).

See https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#lists

devinrsmith commented 2 days ago

Nightlies all passed.