[
https://issues.apache.org/jira/browse/ARROW-8787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neal Richardson reopened ARROW-8787:
------------------------------------
> [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)