You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/07 14:59:54 UTC

[GitHub] [arrow] pitrou commented on a change in pull request #10204: [WIP] ARROW-11928: [C++] Execution engine API

pitrou commented on a change in pull request #10204:
URL: https://github.com/apache/arrow/pull/10204#discussion_r628278589



##########
File path: cpp/CMakeLists.txt
##########
@@ -343,6 +343,10 @@ if(ARROW_CUDA
   set(ARROW_IPC ON)
 endif()
 
+if(ARROW_ENGINE)

Review comment:
       Is there a risk of circular dependency (e.g. dataset -> compute + engine -> dataset)? If not, then agreed it's reasonable.




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org