rok commented on code in PR #38008:
URL: https://github.com/apache/arrow/pull/38008#discussion_r2835145568
##########
cpp/src/arrow/compute/kernels/CMakeLists.txt:
##########
@@ -22,7 +22,8 @@ arrow_install_all_headers("arrow/compute/kernels")
# Define arrow_compute_kernels_testing object library for common test files
if(ARROW_TESTING)
- add_library(arrow_compute_kernels_testing OBJECT test_util_internal.cc)
+ add_library(arrow_compute_kernels_testing OBJECT
+ test_util_internal.cc
../../extension/tensor_extension_array_test.cc)
Review Comment:
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]