liujiacheng777 commented on PR #34919:
URL: https://github.com/apache/arrow/pull/34919#issuecomment-1541166358

   `66% tests passed, 15 tests failed out of 44
   
   Label Time Summary:
   arrow-benchmarks    = 2663.27 sec*proc (44 tests)
   benchmark           = 2663.27 sec*proc (44 tests)
   
   Total Test time (real) = 980.08 sec
   
   The following tests FAILED:
          6 - arrow-compute-function-benchmark (Failed)
          7 - arrow-compute-scalar-arithmetic-benchmark (Failed)
          8 - arrow-compute-scalar-boolean-benchmark (Failed)
         10 - arrow-compute-scalar-compare-benchmark (Failed)
         11 - arrow-compute-scalar-if-else-benchmark (Failed)
         12 - arrow-compute-scalar-random-benchmark (Failed)
         13 - arrow-compute-scalar-round-benchmark (Failed)
         14 - arrow-compute-scalar-set-lookup-benchmark (Failed)
         15 - arrow-compute-scalar-string-benchmark (Failed)
         16 - arrow-compute-scalar-temporal-benchmark (Failed)
         18 - arrow-compute-vector-sort-benchmark (Failed)
         19 - arrow-compute-vector-partition-benchmark (Failed)
         20 - arrow-compute-vector-topk-benchmark (Failed)
         21 - arrow-compute-vector-replace-benchmark (Failed)
         22 - arrow-compute-vector-selection-benchmark (Failed)
   Errors while running CTest`
   
   @kou ,I tested using “cmake .. -DARROW_BUILD_BENCHMARKS=ON && ctest -j8 
--output-on-failure” according to the official manual, and there were 15  
errors in the test results. The reason for the error is similar to the function 
not being registered(Key error: No function registered with name: greater). Do 
I need to turn on some test switches


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