-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
I am writing some data to parquet format that requires partitioning the dataset by the column value and the column value contains non-alphanumeric characters. For example, our date format is '2021/08/30' and when the data gets written into the filesystem, the folder structure splits on the '/' character and it looks somehing like 'date=2021'/08/30/somedata.parquet. I was wonder how to get around the folder splitting behaviour, so that the folder would be something like this /'date=2021/08/30'/somedata.parquet
This is the most similar issue report that I can find on the java arrow/parquet repo.
apache/parquet-java#361
Thanks for all the help!
Metadata
Metadata
Assignees
Labels
No labels