[
https://issues.apache.org/jira/browse/ARROW-16340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17612984#comment-17612984
]
Joris Van den Bossche commented on ARROW-16340:
-----------------------------------------------
The pyarrow.h file will indeed no longer be installed by installing Arrow C++
with vcpkg, but it will still be installed by the python package, only not in
the standard "include" directory. For building against pyarrow, you can use
{{pyarrow.get_include()}} to get the location of those files, as is documented
at https://arrow.apache.org/docs/dev/python/integration/extending.html#c-api
> [C++][Python] Move all Python related code into PyArrow
> -------------------------------------------------------
>
> Key: ARROW-16340
> URL: https://issues.apache.org/jira/browse/ARROW-16340
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++, Python
> Reporter: Alenka Frim
> Assignee: Alenka Frim
> Priority: Major
> Labels: pull-request-available
> Fix For: 10.0.0
>
> Time Spent: 33h 10m
> Remaining Estimate: 0h
>
> Move {{src/arrow/python}} directory into {{pyarrow}} and arrange PyArrow to
> build it.
> More details can be found on this thread:
> https://lists.apache.org/thread/jbxyldhqff4p9z53whhs95y4jcomdgd2
--
This message was sent by Atlassian Jira
(v8.20.10#820010)