You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2019/11/04 23:22:00 UTC

[jira] [Created] (ARROW-7064) [R] Implement null type

Neal Richardson created ARROW-7064:
--------------------------------------

             Summary: [R] Implement null type
                 Key: ARROW-7064
                 URL: https://issues.apache.org/jira/browse/ARROW-7064
             Project: Apache Arrow
          Issue Type: New Feature
          Components: R
            Reporter: Neal Richardson
             Fix For: 1.0.0


I tried to read a Parquet file into an R data.frame, and there was a null column in it. 

{code}
Error in Table__to_dataframe(x, use_threads = option_use_threads()) : 
  cannot handle Array of type null
{code}



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