ajinkya-k opened a new issue, #43404:
URL: https://github.com/apache/arrow/issues/43404

   ### Describe the enhancement requested
   
   I would like to request a that a progress bar be shown when using 
`read_feather` function in `R` especially for large files, so that the user can 
see if the file is actually being read and progress is being read, similar to 
`data.table::fread` which shows a simple progress bar enabled using the 
`showProgress` argument in `fread`. I have a use case in which I am using 
`read_feather` to read a large file into `R` from a network drive, and there is 
no indication if `R` is even making progress on loading the file during some 
runs. In others it loads in ~300 seconds. `fread` also has a verbose option 
which dumps a lot more output, and would also be well worth implementing, but a 
progress bar at minimum would also be great! 
   
   ### 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-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to