You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "ianmcook (via GitHub)" <gi...@apache.org> on 2023/02/13 17:09:58 UTC

[GitHub] [arrow] ianmcook commented on issue #34166: [R] int64 not preserved when calling dplyr::collect

ianmcook commented on issue #34166:
URL: https://github.com/apache/arrow/issues/34166#issuecomment-1428324202

   Hi @egillax, thanks for the report. This is an intentional behavior. 64-bit integer columns are automatically downcast to 32-bit integer columns on `collect()` if this can be done with no overflows. To disable this, you can set `options(arrow.int64_downcast = FALSE)`. Let us know if that works for you!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org