nealrichardson commented on code in PR #13014:
URL: https://github.com/apache/arrow/pull/13014#discussion_r859970907
##########
r/tests/testthat/test-parquet.R:
##########
@@ -197,6 +197,8 @@ test_that("Maps are preserved when writing/reading from
Parquet", {
})
test_that("read_parquet() and write_parquet() accept connection objects", {
+ skip_if_not_available("snappy")
Review Comment:
The other way to do this would be to specify no compression in
write_parquet(). That plus a comment explaining why is probably clearer since
`skip_if_not_available("snappy")` isn't actually what's happening (snappy is
available in the build but the function still skips on linux devel to avoid
sanitizers)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]