[GitHub] [arrow] romainfrancois commented on pull request #7514: ARROW-6235: [R] Implement conversion from arrow::BinaryArray to R character vector

2020-06-26 Thread GitBox
romainfrancois commented on pull request #7514: URL: https://github.com/apache/arrow/pull/7514#issuecomment-650204663 Added support for LargeList: ``` r library(arrow, warn.conflicts = FALSE) a <- Array$create(list(integer()), type = large_list_of(int32())) a #>

[GitHub] [arrow] romainfrancois commented on pull request #7514: ARROW-6235: [R] Implement conversion from arrow::BinaryArray to R character vector

2020-06-26 Thread GitBox
romainfrancois commented on pull request #7514: URL: https://github.com/apache/arrow/pull/7514#issuecomment-650122091 Also deals with LargeBinary now, e.g. https://issues.apache.org/jira/browse/ARROW-6543 ``` r library(arrow, warn.conflicts = FALSE) a <-

[GitHub] [arrow] romainfrancois commented on pull request #7514: ARROW-6235: [R] Implement conversion from arrow::BinaryArray to R character vector

2020-06-26 Thread GitBox
romainfrancois commented on pull request #7514: URL: https://github.com/apache/arrow/pull/7514#issuecomment-650002855 @wesm I don't know what you mean by the `BitBlockCounter` treatment. This is an automated message from