jonkeane commented on code in PR #46145: URL: https://github.com/apache/arrow/pull/46145#discussion_r2050876640
########## r/R/dataset.R: ########## @@ -248,17 +248,24 @@ open_dataset <- function(sources, #' # Set up directory for examples #' tf <- tempfile() #' dir.create(tf) +#' on.exit(unlink(tf)) Review Comment: I know it was down below, but since this is a tempfile, we technically don't need to clean it up, right? It'll be deleted when the process ends regardless -- 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