pitrou opened a new issue, #36742: URL: https://github.com/apache/arrow/issues/36742
### Describe the enhancement requested It looks like minimal Python builds enable Dataset when building Arrow C++ (even though they disable it in PyArrow): https://github.com/ursacomputing/crossbow/actions/runs/5582024474/jobs/10200853398#step:3:6204 Given that enabling `ARROW_DATASET` also enables `ARROW_ACERO` and `ARROW_COMPUTE`, it would be a good idea to turn it off to make the builds faster. ### Component(s) Python -- 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]
