[ 
https://issues.apache.org/jira/browse/AVRO-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617568#comment-17617568
 ] 

ASF subversion and git services commented on AVRO-3639:
-------------------------------------------------------

Commit d272e4137b4a8d5e81aebe8173aa228d24a3fbbe in avro's branch 
refs/heads/branch-1.11 from Martin Tzvetanov Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=d272e4137 ]

AVRO-3639: [Rust] Derive implementation for Eq where possible

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
(cherry picked from commit 63844f8114e6d1068ab8443f5fb988e56f28a277)


> [Rust] Derive implementation for Eq where possible
> --------------------------------------------------
>
>                 Key: AVRO-3639
>                 URL: https://issues.apache.org/jira/browse/AVRO-3639
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: rust
>            Reporter: Martin Tzvetanov Grigorov
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Minor
>
> Rust nightly clippy reports errors like:
> {code:java}
> error: you are deriving `PartialEq` and can implement `Eq`
>     --> avro_derive/tests/derive.rs:1081:64
>      |
> 1081 |     #[derive(Debug, Serialize, Deserialize, AvroSchema, Clone, 
> PartialEq)]
>      |                                                                
> ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
>      |
>      = help: for further information visit 
> https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq
>  {code}
>  
> Most of those errors are in test code but anyway it would be good to fix them!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to