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

fix(rust): bubble error when no available bitrepr #17116

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

coastalwhite
Copy link
Collaborator

This PR refactors the code surrounding bit representations and properly bubbles errors up if no bit representation is defined.

This resolves the panic in #14826, but does not implement the wanted behavior.

I am not sure a test case is useful here as the behavior should be added in the end.

@github-actions github-actions bot added fix Bug fix rust Related to Rust Polars labels Jun 21, 2024
This PR refactors the code surrounding bit representations and properly bubbles
errors up if no bit representation is defined.

This resolves the panic in pola-rs#14826, but does not implement the wanted behavior.

I am not sure a test case is useful here as the behavior should be added in the end.
@ritchie46 ritchie46 merged commit a613e5a into pola-rs:main Jun 22, 2024
21 checks passed
@coastalwhite coastalwhite deleted the bitrepr-refactor-14826 branch June 22, 2024 10:03
Wouittone pushed a commit to Wouittone/polars that referenced this pull request Jun 22, 2024
@c-peters c-peters added the accepted Ready for implementation label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation fix Bug fix rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants