Commits


Joris Van den Bossche authored and David Li committed e4952e4c080
ARROW-12769: [Python] Fix slicing array with "negative" length (start > stop) When the normalized slice has a start > stop, we were creating invalid arrays with a negative length (which then errors on subsequent operations) Closes #10341 from jorisvandenbossche/ARROW-12769 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>