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
test(arrow-select): add take_bytes coverage for sliced values and nullable offset overflow
Adds two tests to `take_bytes`:
- `test_take_bytes_sliced_values`: takes from a byte array that has been
sliced so its value offsets no longer start at zero, covering both the
no-null fast path and the nullable path (null indices and selected null
values).
- `test_take_bytes_offset_overflow_nullable`: verifies the
`OffsetOverflowError` is also produced on the nullable code path, not
only the no-null fast path.
Both pass on the current implementation.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments