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

BitPacked::scalar_at to respect patches #193

Closed
gatesn opened this issue Apr 4, 2024 · 1 comment
Closed

BitPacked::scalar_at to respect patches #193

gatesn opened this issue Apr 4, 2024 · 1 comment
Assignees

Comments

@gatesn
Copy link
Contributor

gatesn commented Apr 4, 2024

FLUP from #160

@lwwmanning lwwmanning assigned jdcasale and unassigned lwwmanning Apr 4, 2024
jdcasale added a commit that referenced this issue Apr 4, 2024
…y respect patches (#194)

before:
Issue: #193

#147 uncovered that we did not
respect patches in scalar_at calculations, causing a panic when REE ends
arrays were bitpacked with patches.


After:
* We have a validity is implementation for BitPackedArray
* ScalarAtFn for BitPackedArray no longer ignores patches
* benches/compress no longer panics
* flatten respects fill_value

---------

Co-authored-by: Will Manning <[email protected]>
Co-authored-by: Robert Kruszewski <[email protected]>
@robert3005
Copy link
Member

Fixed in #194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants