thisisnic commented on code in PR #14070: URL: https://github.com/apache/arrow/pull/14070#discussion_r966212935
########## r/vignettes/dataset.Rmd: ########## @@ -56,7 +56,7 @@ 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) { +for (year in 2009:2022) { if (year == 2022) { # We only have through June 2019 there Review Comment: Sorry, to nit-pick here, but the comment on line 61 "We only have through June 2019 there" should now say whatever month in 2022, otherwise it's confusing. -- 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