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


##########
python/pyarrow/tests/test_fs.py:
##########
@@ -760,6 +760,34 @@ def test_delete_dir(fs, pathfn):
         fs.delete_dir(d)
 
 
+def test_delete_dir_with_explicit_subdir(fs, pathfn):
+    skip_fsspec_s3fs(fs)

Review Comment:
   Added a link+comment, although the test itself doesn't actually catch the 
regression .. (minio doesn't have the same issue, the test only fails when 
actually running with AWS)



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