hidekoji opened a new issue, #41714:
URL: https://github.com/apache/arrow/issues/41714
### Describe the bug, including details regarding any error messages,
version, and platform.
Platform: Windows (Microsoft Windows 11 Home) version: 10.0.22621
arrow: 15.0.1
R: 4.4.1
```r
"R version 4.4.0 (2024-04-24 ucrt)",
"Platform: x86_64-w64-mingw32/x64",
"Running under: Windows 8 x64 (build 9200)",
"",
"Matrix products: default",
"",
"",
"locale:",
"[1] LC_COLLATE=Japanese_Japan.utf8 LC_CTYPE=English_United
States.utf8",
"[3] LC_MONETARY=Japanese_Japan.utf8 LC_NUMERIC=C
",
"[5] LC_TIME=Japanese_Japan.utf8 ",
"",
"time zone: America/Los_Angeles",
"tzcode source: internal",
"",
"attached base packages:",
"[1] stats graphics grDevices utils datasets methods
base ",
"",
"other attached packages:",
" [1] stringi_1.8.4 jsonlite_1.8.8 vroom_1.6.5
rmarkdown_2.26 ",
" [5] knitr_1.46 crayon_1.5.2 exploratory_10.0.3
zipangu_0.3.2 ",
" [9] bit64_4.0.5 bit_4.0.5 tibble_3.2.1
dplyr_1.1.4 ",
"[13] RcppRoll_0.3.0 forcats_1.0.0 cpp11_0.4.7
readr_2.1.5 ",
"[17] stringr_1.5.1 tidyr_1.3.1 hms_1.1.3
lubridate_1.9.3 ",
"[21] janitor_2.2.0 ",
"",
```
1. Read a parquet file from one Rserve session (In the below screenshot the
one "Project Main Window")

2. After reading a parquet file, It still keeps the resource and it does not
release it. So accessing the parquet file from other Rserve process causes ``
If I tried it with arrow 13.0.0.1, this issue did not happen.
### Component(s)
Parquet, R
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]