You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Martin (Jira)" <ji...@apache.org> on 2020/02/07 08:13:00 UTC

[jira] [Created] (ARROW-7789) Unknown error when using arrow::write_feather()  in R 3.5.3

Martin created ARROW-7789:
-----------------------------

             Summary: Unknown error when using arrow::write_feather()  in R 3.5.3
                 Key: ARROW-7789
                 URL: https://issues.apache.org/jira/browse/ARROW-7789
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Martin


Unknown error when using arrow::write_feather()  in R 3.5.3

pb = as.data.frame(seq(1:100))

pbFilename <- file.path(getwd(), "reproduceBug.feather")
 arrow::write_feather(x = pb, sink = pbFilename)

>Error in exists(name, envir = envir, inherits = FALSE) : 
 > use of NULL environment is defunct



--
This message was sent by Atlassian Jira
(v8.3.4#803005)