alamb commented on code in PR #406:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/406#discussion_r2151936439


##########
src/lib.rs:
##########
@@ -1234,9 +1234,14 @@ impl From<Attributes> for PutOptions {
     }
 }
 
+// See <https://github.com/apache/arrow-rs-object-store/issues/339>.
+#[doc(hidden)]
+#[deprecated(note = "Use PutMultipartOptions")]

Review Comment:
   Can we also please add an `since` annotation so we know in the future when 
to remove this? 
   
   For example like this
   
https://github.com/apache/arrow-rs/blob/639b5bb93e5a152a437b93a25ead8095a3866a9b/parquet/src/file/footer.rs#L47
   
   I believe it will be released in `0.13.0`:
   - https://github.com/apache/arrow-rs-object-store/issues/367



-- 
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]

Reply via email to