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.
Reporter: Uwe Korn / @xhochy
Related issues:
Note: This issue was originally created as ARROW-2607. Please see the migration documentation for further details.
Follow-up after apache/arrow-java#420: Currently only primitive arrays are supported in
pyarrow.Array.from_jvmas it usespyarrow.Array.from_buffersunderneath. We should extend one of the two functions to be able to deal with string arrays. There is a currently failing unit testtest_jvm_string_arrayinpyarrow/tests/test_jvm.pyto verify the implementation.Reporter: Uwe Korn / @xhochy
Related issues:
Note: This issue was originally created as ARROW-2607. Please see the migration documentation for further details.