joemarshall opened a new pull request, #37822:
URL: https://github.com/apache/arrow/pull/37822

   1) pyarrow knows about ARROW_ENABLE_THREADING and doesn't use threads if 
they are not enabled in libarrow.
   
   2) pyarrow sets defaults for inclusion of submodules based on their 
inclusion in the arrow build. e.g. pyarrow.parquet is built only if 
ARROW_PARQUET is set. This makes it possible to build in situations where you 
don't have access to set the build environment variables (e.g. in cross 
compiling situations like pyodide). It also seems to me to make sense - I can't 
see why you'd want to build pyarrow without parquet if you've built arrow with 
it, and the inverse is obviously not possible.
   
   Split from #37696 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to