alamb commented on code in PR #19133:
URL: https://github.com/apache/datafusion/pull/19133#discussion_r2599958474


##########
datafusion/expr/src/logical_plan/plan.rs:
##########
@@ -3235,6 +3235,7 @@ impl PartialOrd for Analyze {
 // TODO(clippy): This clippy `allow` should be removed if
 // the manual `PartialEq` is removed in favor of a derive.
 // (see `PartialEq` the impl for details.)
+#[allow(clippy::allow_attributes)]

Review Comment:
   why not change this 
   ```rust
   #[expect(clippy::derived_hash_with_manual_eq)]
   ```
   ?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to