-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-2448: [Plasma] Reference counting for PlasmaClient::Impl #1939
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
Conversation
e813b4c to
5f4b196
Compare
xhochy
left a comment
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.
+1, LGTM
python/pyarrow/tests/test_plasma.py
Outdated
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.
You could check buffer contents before this line.
python/pyarrow/tests/test_plasma.py
Outdated
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.
Add a comment explaining what this test checks for?
4523409 to
9d72487
Compare
|
Can you rebase to fix the CI failure? |
9d72487 to
f1e6e8b
Compare
|
It's rebased now, the remaining test failure is unrelated I think. |
This is a followup to #1933 which does reference counting of the PlasmaClient held by PlasmaBuffers to avoid the segfault in ARROW-2448.