Commits


Weston Pace authored and Antoine Pitrou committed a5e45cecb24
ARROW-16159: [C++][Python] Allow FileSystem::DeleteDirContents to succeed if the directory is missing Also changes the dataset writer to use this new method (specifying `missing_dir_ok=true`). This should address behavior seen in ARROW-12358 Closes #12848 from westonpace/feature/ARROW-16159--missing-directory-delete-dir-contents Lead-authored-by: Weston Pace <weston.pace@gmail.com> Co-authored-by: Antoine Pitrou <pitrou@free.fr> Signed-off-by: Antoine Pitrou <antoine@python.org>