[ 
https://issues.apache.org/jira/browse/ARROW-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney resolved ARROW-3647.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.12.0

Issue resolved by pull request 2867
[https://github.com/apache/arrow/pull/2867]

> [R] Crash after unloading bit64 package
> ---------------------------------------
>
>                 Key: ARROW-3647
>                 URL: https://issues.apache.org/jira/browse/ARROW-3647
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Javier Luraschi
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.12.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> {code:java}
> # create array with int64 values
> library(arrow)
> library(bit64)
> x <- as.integer64(1:10)
> a <- array(x)
> a$as_vector()
> # unload package
> detach("package:bit64", unload = TRUE)
> # crash
> a$as_vector()
> a$as_vector()
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to