[
https://issues.apache.org/jira/browse/ARROW-16340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632072#comment-17632072
]
Kouhei Sutou commented on ARROW-16340:
--------------------------------------
bq. I use both my python binding and pyarrow wheel
Does it mean that you use Apache Arrow C++ from vcpkg and pyarrow wheel from
PyPI?
If so, you should not use Apache Arrow C++ from vcpkg. Could you use
https://arrow.apache.org/docs/dev/python/integration/extending.html#c-api
instead (use
{{pyarrow.get_include()}}/{{pyarrow.get_libraries()}}/{{pyarrow.get_library_dirs()}}/{{arrow/python/pyarrow.h}}
instead of {{find_package(Arrow)}}/{{<arrow/c/abi.h>}}/{{<arrow/c/bridge.h>}})?
> [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)