Skip to content

[Variant] Remove dead code, add comments #7861

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

Merged
merged 3 commits into from
Jul 7, 2025

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jul 3, 2025

Which issue does this PR close?

We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax.

Rationale for this change

The allow_deadcode has bothered me while reviewing PRs and it also is hiding actually dead code

What changes are included in this PR?

  1. Remove clippy annotations to allow dead code
  2. Remove code clippy found as dead
  3. Add some docs (drive by docing)

Are these changes tested?

By CI

Are there any user-facing changes?

Just some more docs

@github-actions github-actions bot added the parquet Changes to the parquet crate label Jul 3, 2025
@alamb
Copy link
Contributor Author

alamb commented Jul 5, 2025

@scovich do you have time to review this PR?

Copy link
Contributor

@scovich scovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alamb alamb merged commit c26d154 into apache:main Jul 7, 2025
12 checks passed
@alamb
Copy link
Contributor Author

alamb commented Jul 7, 2025

Thank you @scovich and @mbrobbel

@alamb alamb deleted the alamb/remove-dead-variant branch July 7, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants