kou commented on code in PR #39824:
URL: https://github.com/apache/arrow/pull/39824#discussion_r1470258915
##########
cpp/src/arrow/compute/kernels/CMakeLists.txt:
##########
@@ -126,7 +130,8 @@ add_arrow_compute_test(aggregate_test
SOURCES
aggregate_test.cc
EXTRA_LINK_LIBS
- arrow_compute_kernels_testing)
+ arrow_compute_kernels_testing
Review Comment:
We don't need to use `${ARROW_COMPUTE_SCALAR_TYPE_TEST_LINK_LIBS}` (that is
as list of `arrow_compute_kernels_testing` and `utf8proc::utf8proc`) here
because `aggregate_test.cc` doesn't use utf8proc directly.
--
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]