Uh oh!
There was an error while loading. Please reload this page.
ARROW-7913: [C++][Python][R] C++ implementation of C data interface - #6483
ARROW-7913: [C++][Python][R] C++ implementation of C data interface#6483pitrou wants to merge 6 commits into
Conversation
pitrou
commented
Feb 24, 2020
Should I add extension type support in this PR or open a JIRA to do it later? |
nealrichardson
commented
Feb 25, 2020
For me, I'm fine with a followup. Think we'll also need a followup to handle ChunkedArray and Table anyway, IIRC. |
bkietz
left a comment
There was a problem hiding this comment.
Thanks for doing this!
Lots of comments:
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Should this be a call to update-alternatives or so?
There was a problem hiding this comment.
I have no idea. At least I don't see a /etc/alternatives/python on Ubuntu.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
| Status ImportNullBitmap(int32_t buffer_id = 0) { | |
| Status ImportNullBitmap() { |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
| # TODO use out-of-line mode for faster import and avoid C parsing | |
| # TODO(pitrou) use out-of-line mode for faster import and avoid C parsing |
bkietz
left a comment
There was a problem hiding this comment.
Thanks for doing this!
Lots of comments:
c2606d6 to
c4e3551Comparepitrou
commented
Mar 2, 2020
Rebasing. |
c4e3551 to
d18ec1dComparenealrichardson
commented
Mar 2, 2020
CI is green; I'd like to merge now. @bkietz do you consent? |
No description provided.