pitrou commented on code in PR #47497:
URL: https://github.com/apache/arrow/pull/47497#discussion_r2348477707


##########
python/pyarrow/fs.py:
##########
@@ -382,7 +382,7 @@ def delete_dir_contents(self, path, missing_dir_ok):
         self._delete_dir_contents(path, missing_dir_ok)
 
     def delete_root_dir_contents(self):
-        self._delete_dir_contents("/")
+        self._delete_dir_contents("/", True)

Review Comment:
   Why True? Shouldn't we pass False instead?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to