[
https://issues.apache.org/jira/browse/ARROW-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16356809#comment-16356809
]
Antoine Pitrou commented on ARROW-1021:
---------------------------------------
By the way, what's the intended use of {{pyarrow/public-api.pxi}}? The hyphen
makes it non-cimportable:
{code}
Error compiling Cython file:
------------------------------------------------------------
...
from pyarrow.public-api cimport *
^
------------------------------------------------------------
ttt.pyx:2:19: Expected 'import' or 'cimport'
{code}
> [Python] Add documentation about using pyarrow from other Cython and C++
> projects
> ---------------------------------------------------------------------------------
>
> Key: ARROW-1021
> URL: https://issues.apache.org/jira/browse/ARROW-1021
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Wes McKinney
> Assignee: Uwe L. Korn
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> Follow up work to ARROW-819, ARROW-714
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)