Hi Wes, Thanks, I opened here.
https://issues.apache.org/jira/browse/ARROW-7288 2019年12月2日(月) 0:00 Wes McKinney <[email protected]>: > hi Hiroaki, > > It definitely sounds a bit buggy, could you open a JIRA issue so the > problem can be tracked and investigated? > > Thanks > Wes > > On Sat, Nov 30, 2019 at 9:36 PM Hiroaki Yutani <[email protected]> > wrote: > > > > Hi, > > > > 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")) > > > > Anyone sees the same issue? 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 > > > > I pasted my session info below in case it helps. > > > > Best, > > Hiroaki Yutani > > > > > > > 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 >
