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

Buffer::bit_slice loses length with byte-aligned offsets #6895

Closed
alamb opened this issue Dec 17, 2024 · 1 comment
Closed

Buffer::bit_slice loses length with byte-aligned offsets #6895

alamb opened this issue Dec 17, 2024 · 1 comment
Labels
arrow Changes to the arrow crate bug

Comments

@alamb
Copy link
Contributor

alamb commented Dec 17, 2024

Describe the bug
If bit_slice is called with a given length, the returned buffer does not have the specified length.

To Reproduce
See reproducer on #6707

Expected behavior

Additional context
I filed this issue so the fix appears in the release notes

@alamb alamb added the bug label Dec 17, 2024
@alamb
Copy link
Contributor Author

alamb commented Dec 17, 2024

Fixed by #6707 from @itsjunetime

@alamb alamb closed this as completed Dec 17, 2024
@alamb alamb added the arrow Changes to the arrow crate label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate bug
Projects
None yet
Development

No branches or pull requests

1 participant