You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Zachary Lawrence (Jira)" <ji...@apache.org> on 2019/11/05 18:57:00 UTC

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

    [ https://issues.apache.org/jira/browse/ARROW-7064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16967777#comment-16967777 ] 

Zachary Lawrence edited comment on ARROW-7064 at 11/5/19 6:56 PM:
------------------------------------------------------------------

Hi, we're also experiencing this same bug. We're unable to use R to read a parquet file with a column filled with null. The same parquet file can be read in fine using Python (pandas.read_parquet using 'pyarrow' as the engine).

 

Any thoughts on how to fix this issue or any workarounds?


was (Author: zlawrence):
Hi, we're also experiencing this same bug. We're unable to use R to read a parquet file with a column filled with null. The same parquet file can be read in fine using Python (pandas.from_parquet using 'pyarrow' as the engine).

 

Any thoughts on how to fix this issue or any workarounds?

> [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
>            Priority: Major
>              Labels: dataset, parquet
>             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)