-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed as not planned
Labels
Component: PythonStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
Description
Saving a ParquetDataset using a boolean column as a partitioning column will store True/False as the values in the path. On reload these columns will then be string columns with the values 'True' and 'False'.
Related issues:
- [Python] Datatypes not preserved for partition fields in roundtrip to partitioned parquet dataset (relates to)
- [Python][Dataset] Support using dataset API in pyarrow.parquet with a minimal ParquetDataset shim (depends upon)
Note: This issue was originally created as ARROW-3388. Please see the migration documentation for further details.
Metadata
Metadata
Assignees
Labels
Component: PythonStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement