rok commented on code in PR #38008:
URL: https://github.com/apache/arrow/pull/38008#discussion_r1527275970


##########
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:
   I'm don't remember why this was added but it seems redundant at the moment 
:). Removing.



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