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

[jira] [Closed] (ARROW-8787) [R] read_parquet() don't end

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

Neal Richardson closed ARROW-8787.
----------------------------------
    Resolution: Duplicate

> [R] read_parquet() don't end
> ----------------------------
>
>                 Key: ARROW-8787
>                 URL: https://issues.apache.org/jira/browse/ARROW-8787
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 0.17.0
>         Environment: Windows10
> R 3.6.3
>            Reporter: Masaru
>            Priority: Major
>             Fix For: 0.17.0
>
>
> I have tried to use read_parquet() function as follows:
> {code:java}
> write_parquet(data.table(matrix(1,1)),"test.parquet")
> read_parquet("test.parquet"){code}
> The data set is very small. 
>  However, the process never end at read_parquet().
> Could you please show how to fix the settings or code?
>  I have installed the package via cran site.



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