Hi,
when writing a DataFrame to parquet using partitionBy(<date column>), the resulting folder structure looks like this:
root
|----------------- day1
|----------------- day2
|----------------- day3
Is it possible to create a structure like to foll...