rok commented on PR #38665: URL: https://github.com/apache/arrow/pull/38665#issuecomment-1807349413
I got this building locally with some effort - I used `ninja-debug-python` cmake preset and have the following exports: ``` export PYARROW_WITH_PARQUET=1 export PYARROW_WITH_DATASET=1 export PYARROW_WITH_SUBSTRAIT=1 export PYARROW_WITH_ACERO=1 export PYARROW_WITH_COMPUTE=1 ``` Result:  -- 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]
