You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/03/21 09:39:28 UTC

[GitHub] [arrow] raulcd opened a new issue, #34655: [CI][C++] arrow-compute-internals-test fails with `No function registered with name: equal` on test-cuda-cpp

raulcd opened a new issue, #34655:
URL: https://github.com/apache/arrow/issues/34655

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   The [test-cuda-cpp](https://github.com/ursacomputing/crossbow/actions/runs/4474260045/jobs/7862536357) nightly job fails with the following error:
   
   ```
   [----------] 3 tests from ExpressionUtils
   [ RUN      ] ExpressionUtils.Comparison
   /arrow/cpp/src/arrow/compute/expression_test.cc:90: Failure
   Expected equality of these values:
     maybe_actual
       Which is: Key error: No function registered with name: equal
     maybe_expected
       Which is: "equal"
   /arrow/cpp/src/arrow/compute/expression_test.cc:90: Failure
   Expected equality of these values:
     maybe_actual
       Which is: Key error: No function registered with name: equal
     maybe_expected
       Which is: "less"
   /arrow/cpp/src/arrow/compute/expression_test.cc:90: Failure
   Expected equality of these values:
     maybe_actual
       Which is: Key error: No function registered with name: equal
     maybe_expected
       Which is: "greater"
   /arrow/cpp/src/arrow/compute/expression_test.cc:90: Failure
   Expected equality of these values:
     maybe_actual
       Which is: Key error: No function registered with name: equal
     maybe_expected
       Which is: "na"
   /arrow/cpp/src/arrow/compute/expression_test.cc:90: Failure
   Expected equality of these values:
     maybe_actual
       Which is: Key error: No function registered with name: equal
     maybe_expected
       Which is: "na"
   /arrow/cpp/src/arrow/compute/expression_test.cc:92: Failure
   Expected equality of these values:
     _st.CodeAsString()
       Which is: "Key error"
     Status::CodeAsString(expected.status().code())
       Which is: "NotImplemented"
   /arrow/cpp/src/arrow/compute/expression_test.cc:92: Failure
   Value of: _st.ToString()
   Expected: has substring "no kernel matching input types"
     Actual: "Key error: No function registered with name: equal"
   /arrow/cpp/src/arrow/compute/expression_test.cc:92: Failure
   Expected equality of these values:
     _st.CodeAsString()
       Which is: "Key error"
     Status::CodeAsString(expected.status().code())
       Which is: "NotImplemented"
   /arrow/cpp/src/arrow/compute/expression_test.cc:92: Failure
   Value of: _st.ToString()
   Expected: has substring "no kernel matching input types"
     Actual: "Key error: No function registered with name: equal"
   /arrow/cpp/src/arrow/compute/expression_test.cc:92: Failure
   Expected equality of these values:
     _st.CodeAsString()
       Which is: "Key error"
     Status::CodeAsString(expected.status().code())
       Which is: "NotImplemented"
   /arrow/cpp/src/arrow/compute/expression_test.cc:92: Failure
   Value of: _st.ToString()
   Expected: has substring "no kernel matching input types"
     Actual: "Key error: No function registered with name: equal"
   /arrow/cpp/src/arrow/compute/expression_test.cc:90: Failure
   Expected equality of these values:
     maybe_actual
       Which is: Key error: No function registered with name: equal
     maybe_expected
       Which is: "equal"
   /arrow/cpp/src/arrow/compute/expression_test.cc:90: Failure
   Expected equality of these values:
     maybe_actual
       Which is: Key error: No function registered with name: equal
     maybe_expected
       Which is: "equal"
   /arrow/cpp/src/arrow/compute/expression_test.cc:90: Failure
   Expected equality of these values:
     maybe_actual
       Which is: Key error: No function registered with name: equal
     maybe_expected
       Which is: "less"
   /arrow/cpp/src/arrow/compute/expression_test.cc:90: Failure
   Expected equality of these values:
     maybe_actual
       Which is: Key error: No function registered with name: equal
     maybe_expected
       Which is: "less"
   [  FAILED  ] ExpressionUtils.Comparison (0 ms)
   ```
   This can be reproduced locally with:
   ```
   $ archery docker run ubuntu-cuda-cpp
   ```
   
   ### Component(s)
   
   C++, Continuous Integration


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] benibus commented on issue #34655: [CI][C++] arrow-compute-internals-test fails with `No function registered with name: equal` on test-cuda-cpp

Posted by "benibus (via GitHub)" <gi...@apache.org>.
benibus commented on issue #34655:
URL: https://github.com/apache/arrow/issues/34655#issuecomment-1478088666

   https://github.com/apache/arrow/pull/34617 currently contains the fix for this.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou closed issue #34655: [CI][C++] arrow-compute-internals-test fails with `No function registered with name: equal` on test-cuda-cpp

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #34655: [CI][C++] arrow-compute-internals-test fails with `No function registered with name: equal` on test-cuda-cpp
URL: https://github.com/apache/arrow/issues/34655


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org