You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run cargo clippy on my Windows machine, I get the following warning:
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 task cargo test (win64) as well.
To Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When I run cargo clippy on my Windows machine, I get the following warning:
I get the same warning when triggering the CI task
cargo test (win64)
as well.To Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: