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][Java][Docs] Update the "Integrating PyArrow with Java" documentation section to not use _import_from_c/_export_to_c #39197

Open
Tracked by #39195
jorisvandenbossche opened this issue Dec 12, 2023 · 0 comments

Comments

@jorisvandenbossche
Copy link
Member

jorisvandenbossche commented Dec 12, 2023

Currently, the "Integrating PyArrow with Java" page (https://arrow.apache.org/docs/13.0/python/integration/python_java.html) has an example that uses the low-level _import_from_c / _export_to_c. We should see if we can update this guide to not use those methods directly.

Probably, this is blocked (or would be solved) by re-implementing the pyarrow.jvm module to use the C Data Interface:

@jorisvandenbossche jorisvandenbossche changed the title [Python][Java][Docs] Update the "Integrating PyArrow with Java" documentation section to not use _import_from_c/_export_to_c (https://arrow.apache.org/docs/dev/python/integration/python_java.html) [Python][Java][Docs] Update the "Integrating PyArrow with Java" documentation section to not use _import_from_c/_export_to_c Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant