Commits


Alenka Frim authored and GitHub committed dd3d3cd1be2
GH-40273: [Python] Support construction of Run-End Encoded arrays in pa.array(..) (#40341) ### Rationale for this change We want to enable the construction of a Run-End Encoded arrays with `pyarrow.array `constructor ### What changes are included in this PR? Added a check for Run-End Encoded Type in the `pyarrow.array` constructor code. ### Are these changes tested? Yes, added test_run_end_encoded_from_array_with_type. ### Are there any user-facing changes? No. * GitHub Issue: #40273 Lead-authored-by: AlenkaF <frim.alenka@gmail.com> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>