amoeba commented on PR #3695:
URL: https://github.com/apache/arrow-adbc/pull/3695#issuecomment-3513304070
The first run actually failed because the new test surfaced a clippy faliure,
```
error[E0277]: `DriverInfo` doesn't implement `std::fmt::Debug`
--> driver_manager\src\lib.rs:2040:27
|
2040 | assert_eq!(result.unwrap_err().status, Status::NotFound);
| ^^^^^^^^^^ the trait `std::fmt::Debug` is
not implemented for `DriverInfo`
|
= note: add `#[derive(Debug)]` to `DriverInfo` or manually `impl
std::fmt::Debug for DriverInfo`
note: required by a bound in `std::result::Result::<T, E>::unwrap_err`
-->
/rustc/f8297e351a40c1439a467bbbb6879088047f50b3\library\core\src\result.rs:1317:5
help: consider annotating `DriverInfo` with `#[derive(Debug)]`
```
--
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]