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

STRING

Full example here

  {
  "name": "binary_field",
  "schemaType": "required",
  "physicalType": "BINARY",
  "logicalType": "STRING",
  "data": ["one", "two", "three", "four", "five"]
}