-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed as not planned
Closed as not planned
Copy link
Labels
Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
Description
Follow-up after apache/arrow-java#420: Currently only primitive arrays are supported in pyarrow.Array.from_jvm as it uses pyarrow.Array.from_buffers underneath. We should extend one of the two functions to be able to deal with string arrays. There is a currently failing unit test test_jvm_string_array in pyarrow/tests/test_jvm.py to verify the implementation.
Related issues:
- [Java/Python] in-process vector sharing from Java to Python (is a child of)
- [Python] Support binary, utf8, and nested types in Array.from_buffers (depends upon)
Note: This issue was originally created as ARROW-2607. Please see the migration documentation for further details.
Metadata
Metadata
Assignees
Labels
Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement