Commits


David Li authored and Antoine Pitrou committed c2c3573b114
ARROW-13437: [C++] Relax FixedSizeList validation to allow excess child values Previously slicing a FixedSizeList and validating it would fail. We could also make slicing a FixedSizeList adjust the child length, but currently Slice is not virtual and this would be inconsistent with other arrays. Closes #10783 from lidavidm/arrow-13437 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>