Commits


Alenka Frim authored and GitHub committed 2ebb3f70d8c
GH-34411: [Python] Change array constructor to accept pyarrow array (#34275) ### Rationale for this change Currently, `pyarrow.array` doesn't accept pyarrow Arrays and this PR adds a check to allow that. * Closes: #34411 Authored-by: Alenka Frim <frim.alenka@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>