nevi-me commented on pull request #910:
URL: https://github.com/apache/arrow-datafusion/pull/910#issuecomment-917615982
The clippy one is related:
```rust
error: this creates an owned instance just for comparison
--> datafusion/src/physical_plan/avro.rs:448:23
|
448 | if msg == "cannot read avro schema without the 'avro'
feature enabled".to_string()
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help:
try: `*"cannot read avro schema without the 'avro' feature enabled"`
|
= note: `-D clippy::cmp-owned` implied by `-D warnings`
= help: for further information visit
https://rust-lang.github.io/rust-clippy/master/index.html#cmp_owned
```
The other one is unrelated, but it's not a failure that I've seen before.
--
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]