AnandInguva commented on code in PR #29360:
URL: https://github.com/apache/beam/pull/29360#discussion_r1397773188


##########
sdks/python/apache_beam/io/gcp/gcsfilesystem.py:
##########
@@ -352,27 +352,20 @@ def delete(self, paths):
     Args:

Review Comment:
   Hm..I am running few example and still the files within the matched prefix 
are not getting deleted.
   
   For example,
   
   I have `path=gs://anandinguva-test/artifacts/53b617/` and when I call 
`GCSFileSystem(options).delete([path])`, I expect it to delete the 
directories/buckets and files/objects within the `path`. Maybe we can clarify 
this in comments.



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