kou commented on code in PR #46839: URL: https://github.com/apache/arrow/pull/46839#discussion_r2156112771
########## cpp/src/arrow/c/meson.build: ########## @@ -15,10 +15,16 @@ # specific language governing permissions and limitations # under the License. +if needs_compute + arrow_c_bridge_deps = [arrow_compute_test_dep] +else + arrow_c_bridge_deps = [] Review Comment: Ah, I want to focus on `if not needs_compute` branch here. In the branch, we want to run `bridge_test.cc` without compute support. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org