Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
9.0.0
Description
We are using pyarrow.parquet.write_to_dataset to write to an s3 file system in another account. This fails because write_to_dataset calls pyarrow.dataset.write_dataset with create_dir=True. There is not a parameter in the call to write_to_dataset that allows you to set create_dir to False. When setting it to False, this works correctly.
Attachments
Issue Links
- links to