You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARROW-5130: [C++][Python] Limit exporting of std::* symbols
This patch addresses the incompatibility of `pyarrow` and `tensorflow` wheels provided by Google.
It has been tested with:
```python
import pyarrow
import tensorflow
```
As well as more complicated examples such as https://github.com/horovod/horovod/blob/master/examples/keras_spark_rossmann.py which uses PyArrow + Petastorm to read the data.
Fixes https://issues.apache.org/jira/browse/ARROW-5130
Author: Alex Sergeev <asergeev@uber.com>
Closes#4232 from alsrgv/simple_symbols and squashes the following commits:
b82e320 <Alex Sergeev> Add *std::__once_call* to excluded symbols
21ecb9e <Alex Sergeev> Add __once_proxy to excluded symbols
54de31c <Alex Sergeev> Limit exporting of std::* symbols
0 commit comments