[R] Copy_files not copying specific file
Open
Component: R
Priority: Critical
Type: bug
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the bug, including details regarding any error messages, version, and platform.
Copy_files() function in R, is returning no error but is not coping specific file from S3 to local
(ex. copy_files(bucket$path('latam/fy2024_q3/01_data_preparation/recipe_bin.rds'),"/workspace/HYJUMP/b2b-falcon-global-mdls/recipe_bin.rds") does not work.
Instead, copy)files() copies all files from S3 directory into local directory
(ex. copy_files(bucket$path('latam/fy2024_q3/01_data_preparation/'),"/workspace/HYJUMP/b2b-falcon-global-mdls/" - This works)
How is should copy specific file using R Arrow between file systems
### Component(s)
R
Contributor guide
Assessment
This issue has not been assessed yet.