You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/20 13:10:18 UTC

[GitHub] [arrow] nealrichardson commented on a change in pull request #10950: ARROW-13466: [R] make installation fail if Arrow C++ dependencies cannot be installed

nealrichardson commented on a change in pull request #10950:
URL: https://github.com/apache/arrow/pull/10950#discussion_r692933362



##########
File path: r/tests/testthat/test-arrow.R
##########
@@ -76,4 +77,4 @@ test_that("MemoryPool calls gc() to free memory when allocation fails (ARROW-100
   # but it should gc() and retry (and fail again)
   expect_error(BufferOutputStream$create(2**60))
   expect_true(env$gc_was_called)
-})
+})

Review comment:
       Yeah this is a case of vscode sometimes stripping the trailing newline




-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org