Commits


Joris Van den Bossche authored and GitHub committed 1b262a29e5c
GH-37437: [C++] Fix MakeArrayOfNull for list array with large string values type (#37467) ### Rationale for this change `MakeArrayOfNull` for list type was assuming that the values child field didn't need to be considered, but those values could also require a minimum buffer size (eg for offsets) and which could be of greater size than the list offsets if those are int32 offsets. ### Are these changes tested? Yes * Closes: #37437 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>