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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
