thisisnic commented on code in PR #46145: URL: https://github.com/apache/arrow/pull/46145#discussion_r2054497564
########## 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: Deleted now, thanks! -- 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