WaterWhisperer commented on code in PR #10680:
URL: https://github.com/apache/arrow-rs/pull/10680#discussion_r3780936287


##########
arrow-flight/tests/common/fixture.rs:
##########
@@ -41,6 +41,7 @@ pub struct TestFixture {
 
 impl TestFixture {
     /// create a new test fixture from the server
+    #[expect(clippy::allow_attributes)]

Review Comment:
   ref 
https://github.com/apache/datafusion/pull/19576/changes#diff-df69f5e622f7973c227b669c199accc8d12f7b1afc2beb43448b461a906b6f86R37-R41



##########
arrow-flight/src/sql/mod.rs:
##########
@@ -42,9 +42,10 @@ use arrow_schema::ArrowError;
 use bytes::Bytes;
 use prost::Message;
 
+// This code is generated so we don't want to fix any lint violations manually
+#[allow(clippy::allow_attributes)]

Review Comment:
   ref 
https://github.com/apache/datafusion/pull/19576/changes#diff-7ae76e8d3cfc06a8d9cab5c933188688f88a91b03b0f11865d902ba98916d3f3R18-R22



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