[ 
https://issues.apache.org/jira/browse/ARROW-17916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17612512#comment-17612512
 ] 

Antoine Pitrou commented on ARROW-17916:
----------------------------------------

Hmm, this is how ARROW_PYTHON is currently defined in 
{{cpp/cmake_modules/DefineOptions.cmake}}:
{code}
  define_option(ARROW_PYTHON
                "Build some components needed by PyArrow.;\
(This is a deprecated option. Use CMake presets instead.)"
                OFF
                DEPENDS
                ARROW_COMPUTE
                ARROW_CSV
                ARROW_DATASET
                ARROW_FILESYSTEM
                ARROW_HDFS
                ARROW_JSON)
{code}


> [Python] Allow disabling more components
> ----------------------------------------
>
>                 Key: ARROW-17916
>                 URL: https://issues.apache.org/jira/browse/ARROW-17916
>             Project: Apache Arrow
>          Issue Type: Wish
>          Components: Python
>    Affects Versions: 9.0.0
>            Reporter: Antoine Pitrou
>            Priority: Major
>             Fix For: 11.0.0
>
>
> Some users would like to build lightweight versions of PyArrow, for example 
> for use in AWS Lambda or similar systems which constrain the total size of 
> usable libraries.
> However, PyArrow currently mandates some Arrow C++ components which can lead 
> to a very sizable Arrow binary install: Compute, CSV, Dataset, Filesystem, 
> HDFS and JSON.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to