wjones127 opened a new pull request, #4060:
URL: https://github.com/apache/arrow-rs/pull/4060
# Which issue does this PR close?
Closes #2615.
# Rationale for this change
Provides methods for quickly deleting large numbers of objects, such as when
dropping a Parquet table.
# What changes are included in this PR?
Introduces two new methods on `ObjectStore`, each with a default
implementation. One provides the bulk deletion method. Another provides the
number of objects that can be deleted in one underlying call. The latter can be
used if the user wants to control the parallelism themselves or if they want to
implement progress tracking.
# Are there any user-facing changes?
Adds new APIs, with inline documentation.
--
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]