Commits


Dan Nugent authored and Joris Van den Bossche committed ac197f4e0a3
ARROW-8105: [Python] Fix segfault when shrunken masked array is passed to pyarrow.array Needed to validate that the mask of the masked array wasn't equal to the nomask constant which indicates that the masked array was shrunk Closes #6612 from nugend/master Lead-authored-by: Dan Nugent <nugend@gmail.com> Co-authored-by: Daniel Nugent <nugend@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>