You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/07 11:35:30 UTC

[GitHub] [arrow] kszucs commented on a change in pull request #7655: ARROW-9121: [C++] Forbid empty or root path in FileSystem::DeleteDirContents

kszucs commented on a change in pull request #7655:
URL: https://github.com/apache/arrow/pull/7655#discussion_r450798098



##########
File path: cpp/src/arrow/filesystem/s3fs.cc
##########
@@ -1433,6 +1433,10 @@ Status S3FileSystem::DeleteDirContents(const std::string& s) {
   return impl_->EnsureDirectoryExists(path);
 }
 
+Status S3FileSystem::DeleteRootDirContents() {
+  return Status::NotImplemented("Cannot delete all S3 buckets");

Review comment:
       :)




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org