[
https://issues.apache.org/jira/browse/ARROW-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16705388#comment-16705388
]
Javier Luraschi commented on ARROW-3446:
----------------------------------------
Seems reasonable to me, in fact, I think this is already implemented as follows:
{code:java}
uint8, int16, uint16 -> int32
uint32 -> numeric
int64, uint64 -> bit64
{code}
So we can wait on [~romainfrancois] to confirm but this one can probably be
closed.
> [R] integer type promotion
> --------------------------
>
> Key: ARROW-3446
> URL: https://issues.apache.org/jira/browse/ARROW-3446
> Project: Apache Arrow
> Issue Type: New Feature
> Components: R
> Reporter: Romain François
> Priority: Major
> Fix For: 0.12.0
>
>
> uint8, int16, uint16 -> int32
> uint32 -> numeric
> int64, uint64 -> ?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)