SOLUTION IN COMMENTS: write_parquet() using pyarrow with a "partition_cols" of type "str" maps all partition values to "...". This is NOT an issue in pyarrow.parquet.write_to_dataset #15181
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Now try:
Log output
No response
Issue description
All values of the partition column are mapped onto the string "..." rather than their value.
Expected behavior
Partition columns of string type are correctly written with their value intact.
Installed versions
The text was updated successfully, but these errors were encountered: