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 2022/07/22 09:35:24 UTC

[GitHub] [arrow] eitsupi commented on a diff in pull request #13625: ARROW-16612: [R] Support inferring compression from filename for all readers/writers

eitsupi commented on code in PR #13625:
URL: https://github.com/apache/arrow/pull/13625#discussion_r927476810


##########
r/R/feather.R:
##########
@@ -67,11 +70,22 @@ write_feather <- function(x,
                           sink,
                           version = 2,
                           chunk_size = 65536L,
-                          compression = c("default", "lz4", "uncompressed", "zstd"),
+                          compression = c("default", "lz4", "lz4_frame", "uncompressed", "zstd"),

Review Comment:
   I think the same change is needed in L145.



-- 
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