Commits


Christian Lundgren authored and Joris Van den Bossche committed e58e6071446
ARROW-10742: [Python] Check mask when creating array from numpy This change adds checks so that the same exceptions are raised when creating an array with a mask using a python sequence or a numpy array. Closes #8775 from chrisavl/10742-array-from-numpy-check-mask Authored-by: Christian Lundgren <chrisavl@users.noreply.github.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>