-
Notifications
You must be signed in to change notification settings - Fork 48
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
GH-324: [Java] c data interface to share value vector, vsr and reader #325
base: main
Are you sure you want to change the base?
Conversation
java/source/cdata.rst
Outdated
|
||
For Python Consumer and Java Producer, please consider: | ||
|
||
- The Root Allocator should be shared for all memory allocations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be RootAllocator
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, let me update that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davisusanibar if it is the case, there are a few instances below.
java/source/cdata.rst
Outdated
Sharing ValueVector | ||
******************* | ||
|
||
Java Side: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe: Java Component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed
java/source/cdata.rst
Outdated
|
||
[1, 7, 93] | ||
|
||
Python Side: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe Python Component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed
java/source/cdata.rst
Outdated
|
||
jvmargs=["-Darrow.memory.debug.allocator=true"] | ||
jpype.startJVM(*jvmargs, jvmpath=jpype.getDefaultJVMPath(), classpath=[ | ||
"./target/java-python-by-cdata-1.0-SNAPSHOT-jar-with-dependencies.jar"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to leave a comment regarding the jar we have mentioned here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
Co-authored-by: Vibhatha Lakmal Abeykoon <[email protected]>
…ook into c-data-recipes
To close #324