Commits


Alenka Frim authored and GitHub committed b116b8ab2f1
GH-21761: [Python] accept pyarrow scalars in array constructor (#36162) ### Rationale for this change Currently, `pyarrow.array `doesn't accept list of pyarrow Scalars and this PR adds a check to allow that. * Closes: #21761 Lead-authored-by: AlenkaF <frim.alenka@gmail.com> Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>