ZhangStudyLife opened a new pull request, #10595:
URL: https://github.com/apache/arrow-rs/pull/10595

   # Which issue does this PR close?
   
   Part of #10458.
   
   # Rationale for this change
   
   Enable clippy::allow_attributes for arrow-arith so future lint suppressions 
use expectations and stale suppressions are detectable. The existing 
allow(deprecated) on test_unary_f64_slice no longer suppresses a warning, so it 
can be removed.
   
   # What changes are included in this PR?
   
   - Deny clippy::allow_attributes in the arrow-arith crate.
   - Remove the stale deprecated lint suppression from test_unary_f64_slice.
   
   # Are these changes tested?
   
   - cargo fmt --all -- --check
   - cargo clippy -p arrow-arith --all-targets --all-features --no-deps -- -D 
warnings
   - cargo test -p arrow-arith --all-features (231 unit tests and 16 doc tests 
passed)
   - cargo check -p arrow-arith --all-targets --all-features
   
   # Are there any user-facing changes?
   
   No.
   
   # AI assistance
   
   Codex was used to identify the lint occurrence, draft the minimal edit, and 
run the validation commands. I reviewed the full diff and verified the change 
with formatting, Clippy, tests, and compilation checks.


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

Reply via email to