wForget commented on PR #10133: URL: https://github.com/apache/arrow-rs/pull/10133#issuecomment-4689012990
The failure is unrelated to this PR and may be related to smithy-rs issue https://github.com/smithy-lang/smithy-rs/issues/4696. ``` Compiling aws-runtime v1.7.4 error[E0282]: type annotations needed --> /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-runtime-1.7.4/src/auth/sigv4.rs:278:22 | 278 | .send(Box::new(SigV4MessageSigner::new( | ^^^^ cannot infer type of the type parameter `T` declared on the method `send` ... 285 | )) as _) | - type must be known at this point | help: consider specifying the generic argument | 278 | .send::<T>(Box::new(SigV4MessageSigner::new( | +++++ ``` -- 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]
