You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Nicola Crane (Jira)" <ji...@apache.org> on 2021/11/10 08:16:00 UTC

[jira] [Created] (ARROW-14652) [R] Dataset vignette download script likely to fail with default options

Nicola Crane created ARROW-14652:
------------------------------------

             Summary: [R] Dataset vignette download script likely to fail with default options
                 Key: ARROW-14652
                 URL: https://issues.apache.org/jira/browse/ARROW-14652
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
            Reporter: Nicola Crane


There is a script in the dataset vignette (which contains a script for downloading a dataset from S3.  However, the files are large and the default R timeout for downloads is 60 seconds.  The instructions should be updated to recommend the user increase their timeout option value, e.g.:

 

{{options(timeout = max(300, getOption("timeout")))}}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)