ypppxwcxxk-lab commented on issue #48182:
URL: https://github.com/apache/arrow/issues/48182#issuecomment-3553784066
Thanks for taking a look at this! Also just note I'm using "corrupted" to
mean general inconsistency rather than literal memory corruption -- in
particular, note how `batch_for_elem0` reports length 2 but has 5 values.
I haven't done exhaustive testing but it goes back pretty far (`uv run
--with 'pyarrow<16' /tmp/snippet.py`):
```
ver 15.0.2
RIGHT: 2 [
1,
3
]
WRONG?: 2 [
1,
3,
5,
7,
9
]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]