tustvold commented on code in PR #3256:
URL: https://github.com/apache/arrow-rs/pull/3256#discussion_r1038053685
##########
object_store/src/client/mod.rs:
##########
@@ -33,11 +35,25 @@ fn map_client_error(e: reqwest::Error) -> super::Error {
}
}
+static DEFAULT_USER_AGENT: &str =
Review Comment:
Changing the user-agent is not a breaking change, especially given that
reqwest's default include its patch version
--
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]