chakkk309 opened a new pull request, #18973:
URL: https://github.com/apache/datafusion/pull/18973

   ## Which issue does this PR close?
   
   - Fixes part of #18881
   
   ## Rationale for this change
   
   Replace #[allow] with #[expect] to enable automatic detection when lint 
suppressions are no longer needed.
   
   ## What changes are included in this PR?
   
    Replace 4 #[allow] attributes with #[expect] in datafusion-catalog
     - Add #![warn(clippy::allow_attributes)] lint rule to lib.rs
     - Convert unused_variables and clippy::too_many_arguments suppressions
   
   ## 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]

Reply via email to