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:
[email protected]