chakkk309 opened a new pull request, #18988: URL: https://github.com/apache/datafusion/pull/18988
## Which issue does this PR close? Part of https://github.com/apache/datafusion/issues/18881 ## Rationale for this change Implement clippy::allow_attributes lint for **datafusion-common** and **datafusion-common-runtime** crates ## What changes are included in this PR? - Add #![deny(clippy::allow_attributes)] to both crates - Convert #[allow(...)] to #[expect(...)] attributes - Remove unnecessary lint suppressions discovered through unfulfilled expectations ## Are these changes tested? yes ## Are there any user-facing changes? No user-facing changes. -- 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]
