capkurmagati commented on a change in pull request #1395:
URL: https://github.com/apache/arrow-datafusion/pull/1395#discussion_r762000253



##########
File path: datafusion/src/physical_plan/expressions/average.rs
##########
@@ -37,8 +37,8 @@ use super::{format_state_name, sum};
 #[derive(Debug)]
 pub struct Avg {
     name: String,
+    #[allow(dead_code)]

Review comment:
       This PR might be the reason causes the different behavior on 
`dead_code`. 
   https://github.com/rust-lang/rust/pull/85200




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