-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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] Rewrite pyarrow.jvm using the C data interface #44860
Comments
Roee Shlomo / @roee88: |
Antoine Pitrou / @pitrou: As for your other question: indeed, methods starting with an underscore do not enter into backward compatibility concerns. |
Roee Shlomo / @roee88:
|
Antoine Pitrou / @pitrou: |
Roee Shlomo / @roee88: |
Antoine Pitrou / @pitrou: |
Todd Farmer / @toddfarmer: |
@jorisvandenbossche is there an ongoing effort to integrate C Data interface to |
I am not aware of someone actually working on this, except for this issue tracking that we should at some point do that. |
Would it be okay if I work on this? |
Certainly! |
take |
@jorisvandenbossche I am removing my assignment since focus has been changed and I couldn't attend to this issue timely. |
Uh, oh. This is a PyArrow issue even though it also pertains to the Java implementation (as in: calls into Arrow Java APIs). @assignUser |
I re-transferred to apache/arrow. |
Sorry ^^ |
The
pyarrow.jvm
is currently a custom-written bridge between PyArrow and Arrow Java, with limited datatype support. Now that Java implements the C data interface (see ARROW-12965), we should be able to simplify the code while making it more general.Also, we should reenable the
conda-python-jpype
build somewhere, for example in the Crossbow nightly builds.Reporter: Antoine Pitrou / @pitrou
Related issues:
Note: This issue was originally created as ARROW-14319. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: