BjornPrime commented on code in PR #27364:
URL: https://github.com/apache/beam/pull/27364#discussion_r1254526882
##########
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:
I believe this just restores the return behavior from before my recent
changes to gcsio. Replicating the batch return behavior was the only remaining
stumbling block to merging that, so we separated it out, merged the rest, and
milestoned this for release in 2.50 so by the time the refurbished IO is
released, the return behavior should be back to how it was.
--
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]