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

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

Masaru created ARROW-8787:
-----------------------------

             Summary: [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
             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)