wjones127 opened a new issue, #2615: URL: https://github.com/apache/arrow-rs/issues/2615
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** This is useful for deleting a whole partitioned table of files without having to make a request for each file. Though unfortunately it seems only S3 implements this (even GCS doesn't have it in their XML API). S3: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html **Describe the solution you'd like** It seems like it might be worth having this with the optimized version for S3, and otherwise have the generic version make individual requests concurrently. **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** Our use case is the VACUUM operation in delta-rs, which has to delete many files in bulk. -- 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]
