alamb commented on code in PR #5519:
URL: https://github.com/apache/arrow-rs/pull/5519#discussion_r1526304757
##########
object_store/src/buffered.rs:
##########
@@ -255,7 +259,8 @@ impl BufWriter {
}
}
- /// Returns the [`MultipartId`] if multipart upload
+ /// Returns the [`MultipartId`] of the last multipart upload created by
this
Review Comment:
I didn't completely follow the code here.
```suggestion
/// Returns the [`MultipartId`] of multipart upload created by this
```
##########
object_store/src/buffered.rs:
##########
@@ -255,7 +259,8 @@ impl BufWriter {
}
}
- /// Returns the [`MultipartId`] if multipart upload
+ /// Returns the [`MultipartId`] of the last multipart upload created by
this
Review Comment:
I didn't completely follow the code here.
```suggestion
/// Returns the [`MultipartId`] of the multipart upload created by this
```
--
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]