kevinjqliu commented on PR #724: URL: https://github.com/apache/arrow-rs-object-store/pull/724#issuecomment-4693219736
looks like the ci failed on `cargo test --features=aws,azure,gcp,http`, could due to the 2 `feature = "cloud",` declarations: https://github.com/apache/arrow-rs-object-store/blob/f554e600e83a43275367db3f6b0eb15343865873/src/integration.rs#L1440-L1527 we need to use `feature = "reqwest",` instead -- 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]
