pitrou commented on code in PR #39783:
URL: https://github.com/apache/arrow/pull/39783#discussion_r1494789094
##########
cpp/src/arrow/c/bridge_test.cc:
##########
@@ -4330,6 +4334,117 @@ TEST_F(TestDeviceArrayRoundtrip, Struct) {
TestWithJSON(mm, type, R"([[4, null], null, [5, "foo"]])");
}
+#ifdef ARROW_CUDA
Review Comment:
To avoid CUDA-specific code in non-CUDA directories, perhaps move this test
somewhere in `src/arrow/gpu`?
--
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]