kou commented on code in PR #47888:
URL: https://github.com/apache/arrow/pull/47888#discussion_r2450578323


##########
cpp/src/arrow/integration/CMakeLists.txt:
##########
@@ -33,4 +33,12 @@ elseif(ARROW_BUILD_INTEGRATION)
 
   add_dependencies(arrow-json-integration-test arrow arrow_testing)
   add_dependencies(arrow-integration arrow-json-integration-test)
+
+  add_arrow_lib(arrow_c_data_integration
+                SOURCES
+                c_data_integration_internal.cc
+                SHARED_LINK_LIBS
+                ${ARROW_TEST_SHARED_LINK_LIBS}
+                STATIC_LINK_LIBS
+                ${ARROW_TEST_STATIC_LINK_LIBS})

Review Comment:
   Hmm. It seems that we don't need to use `arrow_testing` here. Can we use 
`arrow_shared`/`arrow_static` instead?



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

Reply via email to