Hive partitioning embeds field names and values in path segments, such as "/year=2019/month=2/data.parquet".
hive_partition(...)
| ... | named list of data types, passed to   | 
    
|---|
A HivePartitioning, or a HivePartitioningFactory if
calling hive_partition() with no arguments.
Because fields are named in the path segments, order of fields passed to
hive_partition() does not matter.
#> HivePartitioning# }