Commits


Miles Granger authored and GitHub committed 5d61c62008f
ARROW-18052: [Python] Support passing create_dir thru pq.write_to_dataset (#14459) Will fix [ARROW-18052](https://issues.apache.org/jira/browse/ARROW-18052) Should likely need a test, but curious if we should add another `write_dataset_kwargs`(?) collection parameter for `pq.write_to_dataset` for those kwargs that ought to be passed onto `ds.write_dataset`. Authored-by: Miles Granger <miles59923@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>