Creating a File WIth String Columns - Altinity/parquet-regression GitHub Wiki
STRING
{
"name": "binary_field",
"schemaType": "required",
"physicalType": "BINARY",
"logicalType": "STRING",
"data": ["one", "two", "three", "four", "five"]
}