liamzwbao commented on PR #9810:
URL: https://github.com/apache/arrow-rs/pull/9810#issuecomment-4322329712
Although the initial report was the expected behavior, it did help uncover a
real bug: when a non-nullable `FixedSizeList` has `size=0` and all inputs are
valid empty arrays, the decoder produces length 0 instead of the correct row
count. The new test reproduces this: 3 rows of `{"a": []}` should give `len=3`
but panics without the fix.
--
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]