calavera commented on code in PR #6682:
URL: https://github.com/apache/arrow-rs/pull/6682#discussion_r1829875255
##########
object_store/src/aws/client.rs:
##########
@@ -99,7 +99,10 @@ pub(crate) enum Error {
CreateMultipartResponseBody { source: reqwest::Error },
#[snafu(display("Error performing complete multipart request: {}",
source))]
- CompleteMultipartRequest { source: crate::client::retry::Error },
+ CompleteMultipartRequest {
+ source: crate::client::retry::Error,
+ path: String,
Review Comment:
should the path also be in the displayed error?
--
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]