Commits


Felipe Oliveira Carvalho authored and GitHub committed 16806a1486f
GH-36776: [C++] Make ListArray::FromArrays() handle sliced offsets Arrays containing nulls (#36780) ### Rationale for this change It fixes the issue described in #36776 ### What changes are included in this PR? The fix and a simplifications of the interaction between `ListArrayFromArrays` and `CleanOffsets` which is rather involved. ### Are these changes tested? Yes. I added a test that reproduces the issue before adding the fixes. * Closes: #36776 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>