Commits

Jonathan Keane authored f9f2c0827e1
ARROW-15708: [R] [CI] skip snappy encoded parquets on clang sanitizer This adds a few skips for some new tests that involved snappy, which has a known sanitizer bug. I also added a `ARROW_R_VERBOSE_TEST` env var to enable verbosity without relying on `ARROW_R_DEV` which helps show exactly where these kinds of issues are without needing to run locally. Closes #12443 from jonkeane/ARROW-15708 Authored-by: Jonathan Keane <jkeane@gmail.com> Signed-off-by: Jonathan Keane <jkeane@gmail.com>