boshek commented on code in PR #14070: URL: https://github.com/apache/arrow/pull/14070#discussion_r966123409
########## r/vignettes/dataset.Rmd: ########## @@ -56,18 +56,19 @@ you may need to increase R's download timeout from the default of 60 seconds, e. ```{r, eval = FALSE} bucket <- "https://voltrondata-labs-datasets.s3.us-east-2.amazonaws.com" -for (year in 2009:2019) { - if (year == 2019) { +for (year in 2009) { + if (year == 2022) { Review Comment: Oh good catch. It should cycle through all those years. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org