jorisvandenbossche commented on pull request #11014: URL: https://github.com/apache/arrow/pull/11014#issuecomment-908601345
> A partitioning factory cannot be used for writing datasets (only reading)... Yes, that's the case right now, but that's what #11008 changes: under the hood in `ds.write_dataset(..)` it combines the PartitioningFactory (if passed by the user) with the schema of the dataset to get an actual Partitioning, which can then be used for writing the dataset. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
