etseidl opened a new pull request, #11126:
URL: https://github.com/apache/arrow-rs/pull/11126
# Which issue does this PR close?
N/A
# Rationale for this change
#11123 introduced some new benches, one of which fails with
```
called `Result::unwrap()` on an `Err` value: InvalidArgumentError("column
types must match schema types, expected FixedSizeList(4 x Int32) but found
FixedSizeList(4 x non-null Int32) at column index 0")
```
# What changes are included in this PR?
Change the nullability for the FSL fields to not nullable
# Are these changes tested?
N/A
# Are there any user-facing changes?
Benches now run.
--
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]