Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] accept pyarrow Array object in the array() constructor #34411

Closed
jorisvandenbossche opened this issue Mar 2, 2023 · 0 comments · Fixed by #34275
Closed

[Python] accept pyarrow Array object in the array() constructor #34411

jorisvandenbossche opened this issue Mar 2, 2023 · 0 comments · Fixed by #34275

Comments

@jorisvandenbossche
Copy link
Member

Subset of #21761 specifically for accepting Array objects in the pa.array(..) function.

@jorisvandenbossche jorisvandenbossche added this to the 12.0.0 milestone Mar 2, 2023
jorisvandenbossche pushed a commit that referenced this issue Mar 2, 2023
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants