You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In combine_option_bitmap the buffer is sliced using Buffer::slice. Since this function is dealing with bitwise validity buffers, it needs to use Buffer::bit_slice instead.
alamb
changed the title
Final slicing in combine_option_bitmap needs to use bit slices
Final slicing in combine_option_bitmap needs to use bit slices
Jun 23, 2022
Describe the bug
In
combine_option_bitmap
the buffer is sliced usingBuffer::slice
. Since this function is dealing with bitwise validity buffers, it needs to useBuffer::bit_slice
instead.To Reproduce
Expected behavior
The above testcase should pass.
Additional context
Bug was probably introduced the
combine_option_bitmap
was extended to support arbitrarily many buffers.The text was updated successfully, but these errors were encountered: