alamb commented on code in PR #524:
URL:
https://github.com/apache/arrow-rs-object-store/pull/524#discussion_r2482597389
##########
src/lib.rs:
##########
@@ -927,6 +910,119 @@ pub trait ObjectStore: std::fmt::Display + Send + Sync +
Debug + 'static {
/// # let rt =
tokio::runtime::Builder::new_current_thread().build().unwrap();
/// # rt.block_on(example()).unwrap();
/// ```
+ ///
+ /// Note: Before version 0.13, `delete_stream` has a default implementation
+ /// that deletes each object with up to 10 concurrent requests. This
default
+ /// behavior has been removed, and each implementation must now provide its
+ /// own `delete_stream` implementation explicitly. The following example
+ /// shows how to implement `delete_stream` to get the previous default
Review Comment:
❤️
--
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]