kou commented on code in PR #36681:
URL: https://github.com/apache/arrow/pull/36681#discussion_r1264561084
##########
cpp/cmake_modules/DefineOptions.cmake:
##########
@@ -387,6 +387,7 @@ takes precedence over ccache if a storage backend is
configured" ON)
(This is a deprecated option. Use CMake presets instead.)"
OFF
DEPENDS
+ ARROW_ACERO
Review Comment:
Sorry. This is needless.
I thought that this is the cause of #36680 but it was wrong: #36683
I thought that this is still needed because #34711 removes `ARROW_COMPUTE`
from `ARROW_PYTHON` instead of replacing `ARROW_COMPUTE` with `ARROW_ACERO`.
But it's correct because `ARROW_PYTHON` depends on `ARROW_ACERO` explicitly:
`ARROW_PYTHON` -> `ARROW_DATASET` -> `ARROW_ACERO`
--
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]