-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bitpacking respects patches and zero bit width cases (#2368)
Fixes a few issues: 1. When bit width is zero, we still must apply patches. 2. When bit width is zero, we should only push zeros into the values because the nulls are already handled three lines above (the call to `append_validity`) 3. Tests for many of the cases of bitpacked array. Looks better with whitespace changes hidden.
- Loading branch information
Showing
1 changed file
with
204 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters