pitrou commented on code in PR #46829:
URL: https://github.com/apache/arrow/pull/46829#discussion_r2156367841


##########
cpp/src/arrow/compute/kernels/scalar_arithmetic_test.cc:
##########
@@ -2926,6 +2933,22 @@ TYPED_TEST(TestUnaryArithmeticFloating, Sign) {
   this->AssertUnaryOp(sign, this->MakeScalar(max), this->MakeScalar(1));
 }
 
+TYPED_TEST(TestUnaryArithmeticHalfFloat, Negate) {

Review Comment:
   Yes, that's what I mean. We will want to progressively implement the other 
compute functions anyway, so we'll end up removing the skips at that point.



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