miraclx commented on code in PR #652:
URL:
https://github.com/apache/arrow-rs-object-store/pull/652#discussion_r2872163958
##########
src/parse.rs:
##########
@@ -144,7 +144,7 @@ macro_rules! builder_opts {
($builder:ty, $url:expr, $options:expr) => {{
let builder = $options.into_iter().fold(
<$builder>::new().with_url($url.to_string()),
- |builder, (key, value)| match key.as_ref().parse() {
+ |builder, (key, value)| match
key.as_ref().to_ascii_lowercase().parse() {
Review Comment:
Done, updated `test_url_http` to account for 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]