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
Describe the bug
I introduced a regression with #6805 that causes the writer to panic if the offset slice is zero and the slice length * 2 is within the end of the original array.
To Reproduce
Example code which reproduces the error:
label_issue.py automatically added labels {'arrow'} from #6998
alamb
changed the title
Arrow IPC Writer Panics If the slice offset is starts with zero
Arrow IPC Writer Panics for deeply nested types If the slice offset is does not start with zero
Jan 27, 2025
alamb
changed the title
Arrow IPC Writer Panics for deeply nested types If the slice offset is does not start with zero
Arrow IPC Writer Panics for sliced nested arrays
Jan 27, 2025
Describe the bug
I introduced a regression with #6805 that causes the writer to panic if the offset slice is zero and the slice length * 2 is within the end of the original array.
To Reproduce
Example code which reproduces the error:
Expected behavior
Code shouldn't panic and should return the slices.
Additional context
Pull request incoming. The code is just making the slice twice as large as it should.
The text was updated successfully, but these errors were encountered: