Commits


Romain Francois authored and Neal Richardson committed ddfebf609f3
ARROW-6360: [R] Update support for compression codec = NULL means choose the right default for the current platform. Default is set for `SNAPPY` on windows and `GZIP` otherwise, instead of universally using `GZIP` as the default and abort on windows. Closes #5329 from romainfrancois/ARROW-6360-compression-update and squashes the following commits: 88fbf008f <Neal Richardson> Remove windows test skip 7d83d2bb9 <Neal Richardson> Move compression_codec to Codec; add docs; allow lowercase compression types c8021a5d9 <Romain Francois> Making GZIP default everywhere 9cc2b43ab <Romain Francois> using vctrs::vec_bind instead of dplyr::bind_ 3727946f5 <Romain Francois> codec = NULL means choose the right default for the current platform. Lead-authored-by: Romain Francois <romain@rstudio.com> Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>