[
https://issues.apache.org/jira/browse/ARROW-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17659560#comment-17659560
]
Rok Mihevc commented on ARROW-2534:
-----------------------------------
This issue has been migrated to [issue
#18847|https://github.com/apache/arrow/issues/18847] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [C++] libarrow.so leaks zlib symbols
> ------------------------------------
>
> Key: ARROW-2534
> URL: https://issues.apache.org/jira/browse/ARROW-2534
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 0.9.0
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> I get the following here:
> {code:bash}
> $ nm -D -C /home/antoine/miniconda3/envs/pyarrow/lib/libarrow.so.0.0.0 |
> \grep ' T ' | \grep -v arrow
> 000000000025bc8c T adler32_z
> 000000000025c4c9 T crc32_z
> 00000000002ad638 T _fini
> 0000000000078ab8 T _init
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)