Antoine Pitrou created ARROW-2534:
-------------------------------------
Summary: [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
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
(v7.6.3#76005)