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


##########
python/pyarrow/tests/test_fs.py:
##########
@@ -760,6 +760,36 @@ def test_delete_dir(fs, pathfn):
         fs.delete_dir(d)
 
 
+def test_delete_dir_with_explicit_subdir(fs, pathfn):
+    # https://github.com/apache/arrow/issues/38618 (regression with S3 failing
+    # to delete directories, depending on whether they were created explicitly)

Review Comment:
   ```suggestion
       # GH-38618: regression with AWS failing to delete directories,
       # depending on whether they were created explicitly. Note that
       # Minio doesn't reproduce the issue, so this test is not a regression
       # test in itself.
   ```



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