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: Fix parsing of bytes to work for any valid numbers. For now fixed to low endianness #18992

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

balbok0
Copy link

@balbok0 balbok0 commented Sep 28, 2024

See: #18991 for more details.

One potential regression is that binary of exact size is required for parsing to work, which is not necessarily that can with previous function. I do think introducing this requirement makes sense though.
I was also unsure whether it's ok to remove dependency or not, so feel free to lmk if I should adjust Cargo.toml as well.

@balbok0 balbok0 changed the title fix(rust, python): Fix parsing of bytes to work for any valid numbers. For now fixed to low endianness fix: Fix parsing of bytes to work for any valid numbers. For now fixed to low endianness Sep 28, 2024
@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars and removed title needs formatting labels Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant