pitrou commented on PR #36401:
URL: https://github.com/apache/arrow/pull/36401#issuecomment-1614314865

   I think you need to run cmake-format for the lint step to pass... or apply 
the following patch:
   ```diff
   diff --git a/cpp/src/arrow/compute/kernels/CMakeLists.txt 
b/cpp/src/arrow/compute/kernels/CMakeLists.txt
   index a84b36a52..9084f279a 100644
   --- a/cpp/src/arrow/compute/kernels/CMakeLists.txt
   +++ b/cpp/src/arrow/compute/kernels/CMakeLists.txt
   @@ -76,14 +76,9 @@ add_arrow_compute_test(vector_test
                           select_k_test.cc
                           test_util.cc)
    
   -add_arrow_compute_test(vector_sort_test
   -                       SOURCES
   -                       vector_sort_test.cc
   -                       test_util.cc)
   +add_arrow_compute_test(vector_sort_test SOURCES vector_sort_test.cc 
test_util.cc)
    
   -add_arrow_compute_test(vector_selection_test
   -                       SOURCES
   -                       vector_selection_test.cc
   +add_arrow_compute_test(vector_selection_test SOURCES 
vector_selection_test.cc
                           test_util.cc)
    
    add_arrow_benchmark(vector_hash_benchmark PREFIX "arrow-compute")
   ```


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