You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "kostovasandra (via GitHub)" <gi...@apache.org> on 2023/09/25 11:28:23 UTC

[GitHub] [arrow] kostovasandra opened a new issue, #37855: [R][arrow] Copy_files not coping specific file

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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] thisisnic commented on issue #37855: [R][arrow] Copy_files not coping specific file

Posted by "thisisnic (via GitHub)" <gi...@apache.org>.
thisisnic commented on issue #37855:
URL: https://github.com/apache/arrow/issues/37855#issuecomment-1734064805

   Thanks for reporting this @kostovasandra!  I think the problem here is that that function works for directories but not individual files.   I think it's that we missed implementing that extra bit originally, and the docs are a bit misleading as they say it works for both.  
   
   I think this is pretty much the same as  #35994, and so I've added more information to that other ticket with how to fix it, if you or anyone else wants to submit a PR!  
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org