Skip to content

Conversation

@pitrou
Copy link
Member

@pitrou pitrou commented Feb 24, 2020

No description provided.

@github-actions
Copy link

@pitrou
Copy link
Member Author

pitrou commented Feb 24, 2020

Should I add extension type support in this PR or open a JIRA to do it later?

@nealrichardson
Copy link
Member

For me, I'm fine with a followup. Think we'll also need a followup to handle ChunkedArray and Table anyway, IIRC.

@bkietz bkietz self-requested a review February 25, 2020 14:36
Copy link
Member

@bkietz bkietz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this!

Lots of comments:

@@ -63,6 +67,18 @@ COPY ci/scripts/r_deps.sh /arrow/ci/scripts/
COPY r/DESCRIPTION /arrow/r/
RUN /arrow/ci/scripts/r_deps.sh /arrow

# Set up Python 3 and its dependencies
RUN ln -s /usr/bin/python3 /usr/local/bin/python && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be a call to update-alternatives or so?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea. At least I don't see a /etc/alternatives/python on Ubuntu.

return Status::OK();
}

Status ImportNullBitmap(int32_t buffer_id = 0) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Status ImportNullBitmap(int32_t buffer_id = 0) {
Status ImportNullBitmap() {

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's fine as is.

};
"""

# TODO use out-of-line mode for faster import and avoid C parsing
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# 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

Copy link
Member

@bkietz bkietz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this!

Lots of comments:

@pitrou pitrou force-pushed the ARROW-7913-c-data-interface-impl branch 5 times, most recently from c2606d6 to c4e3551 Compare March 2, 2020 14:08
@pitrou
Copy link
Member Author

pitrou commented Mar 2, 2020

Rebasing.

@pitrou pitrou force-pushed the ARROW-7913-c-data-interface-impl branch from c4e3551 to d18ec1d Compare March 2, 2020 14:23
@nealrichardson
Copy link
Member

CI is green; I'd like to merge now. @bkietz do you consent?

Copy link
Member

@bkietz bkietz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging

@bkietz bkietz closed this in 24ce242 Mar 2, 2020
@pitrou pitrou deleted the ARROW-7913-c-data-interface-impl branch March 2, 2020 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants