alamb commented on code in PR #3869:
URL: https://github.com/apache/arrow-rs/pull/3869#discussion_r1137592721


##########
object_store/src/prefix.rs:
##########
@@ -62,20 +62,24 @@ impl<T: ObjectStore> PrefixObjectStore<T> {
 
 #[async_trait::async_trait]
 impl<T: ObjectStore> ObjectStore for PrefixObjectStore<T> {
-    /// Save the provided bytes to the specified location.

Review Comment:
   Confirming that you removed the doc comments because they are covered by the 
docs in the trait itself, such as
   
   
https://docs.rs/object_store/0.5.5/object_store/trait.ObjectStore.html#tymethod.put
   
   



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