[jira] [Updated] (ARROW-7288) [R] read_parquet() freezes on Windows with Japanese locale

2020-06-03 Thread Neal Richardson (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-7288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neal Richardson updated ARROW-7288:
---
Priority: Critical  (was: Major)

> [R] read_parquet() freezes on Windows with Japanese locale
> --
>
> 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
>Priority: Critical
> Fix For: 1.0.0
>
>
> The following example on read_parquet()'s doc freezes (seems to wait for the 
> result forever) 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:java}
> > 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
>  ctypeJapanese_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)
>  assertthat0.2.12019-03-21 [1] CRAN (R 3.6.0)
>  bit   1.1-14   2018-05-29 [1] CRAN (R 3.6.0)
>  bit64 0.9-72017-05-08 [1] CRAN (R 3.6.0)
>  cli   1.1.02019-03-19 [1] CRAN (R 3.6.0)
>  crayon1.3.42017-09-16 [1] CRAN (R 3.6.0)
>  fs1.3.12019-05-06 [1] CRAN (R 3.6.0)
>  glue  1.3.12019-03-12 [1] CRAN (R 3.6.0)
>  magrittr  1.5  2014-11-22 [1] CRAN (R 3.6.0)
>  purrr 0.3.32019-10-18 [1] CRAN (R 3.6.1)
>  R62.4.12019-11-12 [1] CRAN (R 3.6.1)
>  Rcpp  1.0.32019-11-08 [1] CRAN (R 3.6.1)
>  reprex0.3.02019-05-16 [1] CRAN (R 3.6.0)
>  rlang 0.4.22019-11-23 [1] CRAN (R 3.6.1)
>  rstudioapi0.10 2019-03-19 [1] CRAN (R 3.6.0)
>  sessioninfo   1.1.12018-11-05 [1] CRAN (R 3.6.0)
>  tidyselect0.2.52018-10-11 [1] CRAN (R 3.6.0)
>  withr 2.1.22018-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)


[jira] [Updated] (ARROW-7288) [R] read_parquet() freezes on Windows with Japanese locale

2020-02-03 Thread Neal Richardson (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-7288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neal Richardson updated ARROW-7288:
---
Fix Version/s: 1.0.0

> [R] read_parquet() freezes on Windows with Japanese locale
> --
>
> 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
>Priority: Major
> Fix For: 1.0.0
>
>
> The following example on read_parquet()'s doc freezes (seems to wait for the 
> result forever) 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:java}
> > 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
>  ctypeJapanese_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)
>  assertthat0.2.12019-03-21 [1] CRAN (R 3.6.0)
>  bit   1.1-14   2018-05-29 [1] CRAN (R 3.6.0)
>  bit64 0.9-72017-05-08 [1] CRAN (R 3.6.0)
>  cli   1.1.02019-03-19 [1] CRAN (R 3.6.0)
>  crayon1.3.42017-09-16 [1] CRAN (R 3.6.0)
>  fs1.3.12019-05-06 [1] CRAN (R 3.6.0)
>  glue  1.3.12019-03-12 [1] CRAN (R 3.6.0)
>  magrittr  1.5  2014-11-22 [1] CRAN (R 3.6.0)
>  purrr 0.3.32019-10-18 [1] CRAN (R 3.6.1)
>  R62.4.12019-11-12 [1] CRAN (R 3.6.1)
>  Rcpp  1.0.32019-11-08 [1] CRAN (R 3.6.1)
>  reprex0.3.02019-05-16 [1] CRAN (R 3.6.0)
>  rlang 0.4.22019-11-23 [1] CRAN (R 3.6.1)
>  rstudioapi0.10 2019-03-19 [1] CRAN (R 3.6.0)
>  sessioninfo   1.1.12018-11-05 [1] CRAN (R 3.6.0)
>  tidyselect0.2.52018-10-11 [1] CRAN (R 3.6.0)
>  withr 2.1.22018-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)


[jira] [Updated] (ARROW-7288) [R] read_parquet() freezes on Windows with Japanese locale

2020-01-16 Thread Neal Richardson (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-7288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neal Richardson updated ARROW-7288:
---
Summary: [R] read_parquet() freezes on Windows with Japanese locale  (was: 
[R] read_parquet() freezes on Windows)

> [R] read_parquet() freezes on Windows with Japanese locale
> --
>
> 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
>Priority: Major
>
> The following example on read_parquet()'s doc freezes (seems to wait for the 
> result forever) 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:java}
> > 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
>  ctypeJapanese_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)
>  assertthat0.2.12019-03-21 [1] CRAN (R 3.6.0)
>  bit   1.1-14   2018-05-29 [1] CRAN (R 3.6.0)
>  bit64 0.9-72017-05-08 [1] CRAN (R 3.6.0)
>  cli   1.1.02019-03-19 [1] CRAN (R 3.6.0)
>  crayon1.3.42017-09-16 [1] CRAN (R 3.6.0)
>  fs1.3.12019-05-06 [1] CRAN (R 3.6.0)
>  glue  1.3.12019-03-12 [1] CRAN (R 3.6.0)
>  magrittr  1.5  2014-11-22 [1] CRAN (R 3.6.0)
>  purrr 0.3.32019-10-18 [1] CRAN (R 3.6.1)
>  R62.4.12019-11-12 [1] CRAN (R 3.6.1)
>  Rcpp  1.0.32019-11-08 [1] CRAN (R 3.6.1)
>  reprex0.3.02019-05-16 [1] CRAN (R 3.6.0)
>  rlang 0.4.22019-11-23 [1] CRAN (R 3.6.1)
>  rstudioapi0.10 2019-03-19 [1] CRAN (R 3.6.0)
>  sessioninfo   1.1.12018-11-05 [1] CRAN (R 3.6.0)
>  tidyselect0.2.52018-10-11 [1] CRAN (R 3.6.0)
>  withr 2.1.22018-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)


[jira] [Updated] (ARROW-7288) [R] read_parquet() freezes on Windows

2019-12-01 Thread Hiroaki Yutani (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-7288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hiroaki Yutani updated ARROW-7288:
--
Description: 
The following example on read_parquet()'s doc freezes (seems to wait for the 
result forever) 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:java}
> 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
 ctypeJapanese_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)
 assertthat0.2.12019-03-21 [1] CRAN (R 3.6.0)
 bit   1.1-14   2018-05-29 [1] CRAN (R 3.6.0)
 bit64 0.9-72017-05-08 [1] CRAN (R 3.6.0)
 cli   1.1.02019-03-19 [1] CRAN (R 3.6.0)
 crayon1.3.42017-09-16 [1] CRAN (R 3.6.0)
 fs1.3.12019-05-06 [1] CRAN (R 3.6.0)
 glue  1.3.12019-03-12 [1] CRAN (R 3.6.0)
 magrittr  1.5  2014-11-22 [1] CRAN (R 3.6.0)
 purrr 0.3.32019-10-18 [1] CRAN (R 3.6.1)
 R62.4.12019-11-12 [1] CRAN (R 3.6.1)
 Rcpp  1.0.32019-11-08 [1] CRAN (R 3.6.1)
 reprex0.3.02019-05-16 [1] CRAN (R 3.6.0)
 rlang 0.4.22019-11-23 [1] CRAN (R 3.6.1)
 rstudioapi0.10 2019-03-19 [1] CRAN (R 3.6.0)
 sessioninfo   1.1.12018-11-05 [1] CRAN (R 3.6.0)
 tidyselect0.2.52018-10-11 [1] CRAN (R 3.6.0)
 withr 2.1.22018-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}

  was:
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
 ctypeJapanese_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)
 assertthat0.2.12019-03-21 [1] CRAN (R 3.6.0)
 bit   1.1-14   2018-05-29 [1] CRAN (R 3.6.0)
 bit64 0.9-72017-05-08 [1] CRAN (R 3.6.0)
 cli   1.1.02019-03-19 [1] CRAN (R 3.6.0)
 crayon1.3.42017-09-16 [1] CRAN (R 3.6.0)
 fs1.3.12019-05-06 [1] CRAN (R 3.6.0)
 glue  1.3.12019-03-12 [1] CRAN (R 3.6.0)
 magrittr  1.5  2014-11-22 [1] CRAN (R 3.6.0)
 purrr 0.3.32019-10-18 [1] CRAN (R 3.6.1)
 R62.4.12019-11-12 [1] CRAN (R 3.6.1)
 Rcpp  1.0.32019-11-08 [1] CRAN (R 3.6.1)
 reprex0.3.02019-05-16 [1] CRAN (R 3.6.0)
 rlang 0.4.22019-11-23 [1] CRAN (R 3.6.1)
 rstudioapi0.10 2019-03-19 [1] CRAN (R 3.6.0)
 sessioninfo   1.1.12018-11-05 [1] CRAN (R 3.6.0)
 tidyselect0.2.52018-10-11 [1] CRAN (R 3.6.0)
 withr 2.1.22018-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}



> [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
>Priority: Major
>
> The following example on read_parquet()'s doc freezes (seems to wait for the 
> result forever) 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 Wi