Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning: variant UTF8 is never constructed #13530

Open
zhuliquan opened this issue Nov 22, 2024 · 0 comments · May be fixed by #13531
Open

warning: variant UTF8 is never constructed #13530

zhuliquan opened this issue Nov 22, 2024 · 0 comments · May be fixed by #13531
Labels
bug Something isn't working

Comments

@zhuliquan
Copy link
Contributor

Describe the bug

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

@zhuliquan zhuliquan added the bug Something isn't working label Nov 22, 2024
@zhuliquan zhuliquan linked a pull request Nov 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant