anjakefala commented on PR #34616: URL: https://github.com/apache/arrow/pull/34616#issuecomment-1677906664
I have confirmed that PyArrow builds successfully with this configuration: ``` -- ARROW_DATASET=ON [default=OFF] -- Build the Arrow Dataset Modules -- ARROW_PARQUET=ON [default=OFF] -- Build the Parquet libraries -- PARQUET_REQUIRE_ENCRYPTION=OFF [default=OFF] -- Build support for encryption. Fail if OpenSSL is not found # Enable/disable optional PyArrow components export PYARROW_WITH_PARQUET=ON export PYARROW_WITH_DATASET=ON export PYARROW_WITH_PARQUET_ENCRYPTION=OFF ``` -- 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]
