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 2022/03/24 12:48:18 UTC

[GitHub] [arrow] vibhatha commented on a change in pull request #12672: ARROW-15779: [Python] Create python bindings for Substrait consumer

vibhatha commented on a change in pull request #12672:
URL: https://github.com/apache/arrow/pull/12672#discussion_r834269567



##########
File path: python/CMakeLists.txt
##########
@@ -534,6 +539,20 @@ if(PYARROW_BUILD_FLIGHT)
   set(CYTHON_EXTENSIONS ${CYTHON_EXTENSIONS} _flight)
 endif()
 
+# Engine
+
+if(PYARROW_BUILD_ENGINE)
+find_package(ArrowEngine REQUIRED)
+  if(PYARROW_BUNDLE_ARROW_CPP)
+    message("ARROW_ENGINE_SHARED_LIB")
+    message(""${ARROW_ENGINE_SHARED_LIB})

Review comment:
       Oh this was a typo. I was checking the cmake build. 




-- 
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: github-unsubscribe@arrow.apache.org

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