liferoad commented on code in PR #27364:
URL: https://github.com/apache/beam/pull/27364#discussion_r1253574264
##########
sdks/python/apache_beam/io/gcp/gcsio.py:
##########
@@ -203,6 +203,10 @@ def delete_batch(self, paths):
Args:
paths: List of GCS file path patterns in the form gs://<bucket>/<name>,
not to exceed MAX_BATCH_OPERATION_SIZE in length.
+
+ Returns: List of tuples of (path, exception) in the same order as the
Review Comment:
This change breaks the `delete_batch` return behavior. It is probably better
to create a new API like `delete_batch_with_response`.
--
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]