You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2020/04/27 17:37:00 UTC

[jira] [Commented] (ARROW-8605) [R] Add support for brotli to Windows build

    [ https://issues.apache.org/jira/browse/ARROW-8605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093766#comment-17093766 ] 

Neal Richardson commented on ARROW-8605:
----------------------------------------

You are correct. We do not build the windows package with brotli. Here is what we do build with: https://github.com/apache/arrow/blob/master/ci/scripts/PKGBUILD#L28-L31

If you were interested in adding it, ARROW-6960 is the right model to follow.

> [R] Add support for brotli to Windows build
> -------------------------------------------
>
>                 Key: ARROW-8605
>                 URL: https://issues.apache.org/jira/browse/ARROW-8605
>             Project: Apache Arrow
>          Issue Type: New Feature
>    Affects Versions: 0.17.0
>            Reporter: Hei
>            Priority: Major
>
> Hi,
> My friend installed arrow and tried to open a parquet file with brotli codec.  But then, he got an error when calling read_parquet("my.parquet") on Windows:
> {code}
> Error in parquet__arrow__FileReader__ReadTable(self) :
>    IOError: NotImplemented: Brotli codec support not built
> {code}
> It sounds similar to ARROW-6960.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)