[
https://issues.apache.org/jira/browse/AVRO-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623015#comment-17623015
]
ASF subversion and git services commented on AVRO-3639:
-------------------------------------------------------
Commit 63844f8114e6d1068ab8443f5fb988e56f28a277 in avro's branch
refs/heads/dependabot/maven/lang/java/org.apache.thrift-libthrift-0.17.0 from
Martin Tzvetanov Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=63844f811 ]
AVRO-3639: [Rust] Derive implementation for Eq where possible
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
> [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
> Fix For: 1.12.0, 1.11.2
>
>
> 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)