[
https://issues.apache.org/jira/browse/ARROW-8787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17106791#comment-17106791
]
Neal Richardson commented on ARROW-8787:
----------------------------------------
It should be instant. It's instantaneous when we run the tests in our CI, and
also when CRAN runs it too.
I'm not sure what's different about your system to even begin to give you
recommendations on what to do. Providing {{sessionInfo()}} might be a start, as
well as anything unique about how your system is configured.
> [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)