AlenkaF commented on code in PR #38008: URL: https://github.com/apache/arrow/pull/38008#discussion_r1521039481
########## cpp/src/arrow/acero/CMakeLists.txt: ########## @@ -117,7 +117,8 @@ endforeach() if(ARROW_TESTING) # test_nodes.cc isn't used by all tests but link to it for simple # CMakeLists.txt. - add_library(arrow_acero_testing OBJECT test_nodes.cc test_util_internal.cc) + add_library(arrow_acero_testing OBJECT test_nodes.cc test_util_internal.cc + ../extension/tensor_extension_array_test.cc) Review Comment: Sorry if I missed the discussion on this but am wondering, why do we need to add the tensor tests here? -- 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]
