[
https://issues.apache.org/jira/browse/ARROW-8605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17094496#comment-17094496
]
Hei commented on ARROW-8605:
----------------------------
I see so if I want brotli in windows build:
- add -lbrotli to the dependency list in ./arrow/ci/scripts/PKGBUILD
- add expect_true(codec_is_available("zstd")) to
./arrow/r/tests/testthat/test-compressed.R under the section for windows
?
> [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)