pub fn partition_value_schema(
    spec: &[PartitionField],
    table_schema: &Schema
) -> Result<String, Error>
Expand description

Get schema for partition values depending on partition spec and table schema