xudong963 commented on code in PR #4515:
URL: https://github.com/apache/arrow-datafusion/pull/4515#discussion_r1040931559


##########
datafusion/core/src/physical_plan/file_format/mod.rs:
##########
@@ -520,6 +520,7 @@ impl From<ObjectMeta> for FileMeta {
 ///
 ///              ParquetExec
 ///```
+#[allow(clippy::manual_filter)]

Review Comment:
   It seems the latest nightly fixes it. 
   
   However, the latest nightly introduced: 
https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args.
 Our codebase needs to change many many places 😭 
   
   I'll continue to update the ticket when I don't want to use my brain 🤣 !



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