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

   ### Describe the bug
   
   `bash dev/rust_lint.sh` gives following linter error.
   
   ```
   error: field `0` is never read
      --> 
datafusion/optimizer/src/simplify_expressions/expr_simplifier.rs:413:26
       |
   413 |     SimplifyRuntimeError(DataFusionError, Expr),
       |     -------------------- ^^^^^^^^^^^^^^^
       |     |
       |     field in this variant
       |
       = note: `-D dead-code` implied by `-D warnings`
       = help: to override `-D warnings` add `#[allow(dead_code)]`
   help: consider changing the field to be of unit type to suppress this 
warning while preserving the field numbering, or remove the field
       |
   413 |     SimplifyRuntimeError((), Expr),
   
   ```
   which causes `CI` to fail.
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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