Hiroaki Yutani created ARROW-7288:
-------------------------------------
Summary: [R] read_parquet() freezes on Windows
Key: ARROW-7288
URL: https://issues.apache.org/jira/browse/ARROW-7288
Project: Apache Arrow
Issue Type: Bug
Components: R
Affects Versions: 0.15.1
Environment: R 3.6.1 on Windows 10
Reporter: Hiroaki Yutani
The following example on read_parquet()'s doc freezes (seems to wait for
the result foever) on my Windows.
df <- read_parquet(system.file("v0.7.1.parquet", package="arrow"))
The CRAN checks are all fine, which means the example is successfully executed
on the CRAN Windows. So, I have no idea why it doesn't work on my local.
https://cran.r-project.org/web/checks/check_results_arrow.html
Here's my session info in case it helps:
{code}
> sessioninfo::session_info()
- Session info
---------------------------------------------------------------------------------
setting value
version R version 3.6.1 (2019-07-05)
os Windows 10 x64
system x86_64, mingw32
ui RStudio
language en
collate Japanese_Japan.932
ctype Japanese_Japan.932
tz Asia/Tokyo
date 2019-12-01
- Packages
-------------------------------------------------------------------------------------
package * version date lib source
arrow * 0.15.1.1 2019-11-05 [1] CRAN (R 3.6.1)
assertthat 0.2.1 2019-03-21 [1] CRAN (R 3.6.0)
bit 1.1-14 2018-05-29 [1] CRAN (R 3.6.0)
bit64 0.9-7 2017-05-08 [1] CRAN (R 3.6.0)
cli 1.1.0 2019-03-19 [1] CRAN (R 3.6.0)
crayon 1.3.4 2017-09-16 [1] CRAN (R 3.6.0)
fs 1.3.1 2019-05-06 [1] CRAN (R 3.6.0)
glue 1.3.1 2019-03-12 [1] CRAN (R 3.6.0)
magrittr 1.5 2014-11-22 [1] CRAN (R 3.6.0)
purrr 0.3.3 2019-10-18 [1] CRAN (R 3.6.1)
R6 2.4.1 2019-11-12 [1] CRAN (R 3.6.1)
Rcpp 1.0.3 2019-11-08 [1] CRAN (R 3.6.1)
reprex 0.3.0 2019-05-16 [1] CRAN (R 3.6.0)
rlang 0.4.2 2019-11-23 [1] CRAN (R 3.6.1)
rstudioapi 0.10 2019-03-19 [1] CRAN (R 3.6.0)
sessioninfo 1.1.1 2018-11-05 [1] CRAN (R 3.6.0)
tidyselect 0.2.5 2018-10-11 [1] CRAN (R 3.6.0)
withr 2.1.2 2018-03-15 [1] CRAN (R 3.6.0)
[1] C:/Users/hiroaki-yutani/Documents/R/win-library/3.6
[2] C:/Program Files/R/R-3.6.1/library
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)