zhuliquan opened a new issue, #13530:
URL: https://github.com/apache/datafusion/issues/13530

   ### Describe the bug
   
   When I run cargo clippy on my Windows machine, I get the following warning:
   
   ```text
   warning: variant `UTF8` is never constructed
     --> datafusion\core\tests\parquet\mod.rs:89:5
      |
   71 | enum Scenario {
      |      -------- variant in this enum
   ...
   89 |     UTF8,
      |     ^^^^
      |
      = note: `Scenario` has derived impls for the traits `Clone` and `Debug`, 
but these are intentionally ignored during dead code analysis
      = note: `#[warn(dead_code)]` on by default
   ``` 
   
   I get the same warning when triggering the 
[CI](https://github.com/apache/datafusion/actions/runs/11973258052/job/33381817585?pr=13315)
 task `cargo test (win64)` as well.
   
   
   
   ### 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to