kostovasandra opened a new issue, #37855:
URL: https://github.com/apache/arrow/issues/37855
### 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
--
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]