Creating a File WIth Enum Columns - Altinity/parquet-regression GitHub Wiki

ENUM

Full example here

    {
  "name": "enum_field",
  "schemaType": "required",
  "physicalType": "BINARY",
  "logicalType": "ENUM",
  "data": ["a", "b", "c", "d", "e"]
}