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
bool array slice to support device buffers (#8875)
## Rationale for this change
bool slicing on device buffers currently panic, because we assert host
buffers when using slice on BitBuffer
## What changes are included in this PR?
extract the slicing bounds check logic from BitBuffer, use it for both
the host and the device buffer backed bool arrays
---------
Signed-off-by: Onur Satici <onur@spiraldb.com>
0 commit comments