andygrove opened a new issue, #5080:
URL: https://github.com/apache/arrow-datafusion/issues/5080

   **Describe the bug**
   ```
   error: variables can be used directly in the `format!` string
      --> datafusion/common/src/config.rs:343:48
       |
   343 |               _ => Err(DataFusionError::Internal(format!(
       |  ________________________________________________^
   344 | |                 "Config value \"{}\" not found on ConfigOptions",
   345 | |                 key
   346 | |             ))),
       | |_____________^
       |
       = help: for further information visit 
https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
       = note: `-D clippy::uninlined-format-args` implied by `-D warnings`
   
   error: variables can be used directly in the `format!` string
      --> datafusion/common/src/error.rs:290:17
       |
   290 |                 write!(f, "Avro error: {}", desc)
       |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Additional context**
   Add any other context about the problem here.
   


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