Skip to content
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

[R] Document mapping of Arrow <-> R types #19768

Closed
asfimport opened this issue Oct 5, 2018 · 4 comments
Closed

[R] Document mapping of Arrow <-> R types #19768

asfimport opened this issue Oct 5, 2018 · 4 comments

Comments

@asfimport
Copy link
Collaborator

asfimport commented Oct 5, 2018

Expanded scope to include documenting all types.


Previous description:

uint8, int16, uint16 -> int32

uint32 -> numeric

int64, uint64 -> ?

Reporter: Romain Francois / @romainfrancois
Assignee: Neal Richardson / @nealrichardson

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-3446. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
Thoughts about this? cc [~hadley] @javierluraschi

@asfimport
Copy link
Collaborator Author

Javier Luraschi / @javierluraschi:
Seems reasonable to me, in fact, I think this is already implemented as follows:

uint8, int16, uint16 -> int32

uint32 -> numeric

int64, uint64 -> bit64

So we can wait on @romainfrancois to confirm but this one can probably be closed.

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
Can we close the loop on this, possibly documenting the issue?

@asfimport
Copy link
Collaborator Author

Neal Richardson / @nealrichardson:
Issue resolved by pull request 7441
#7441

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants