Commits


Carlos O'Ryan authored and Antoine Pitrou committed 55ebeb3e3bd
ARROW-14914: [C++] gcsfs will not implement DeleteRootDirContents The function is too dangerous for GCS. Leave it unimplemented, with a message that explains why, and add a test. Closes #11829 from coryan/ARROW-14914-gcsfs-delete-root-dir-contents Authored-by: Carlos O'Ryan <coryan@google.com> Signed-off-by: Antoine Pitrou <antoine@python.org>