You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/18 19:12:56 UTC

[GitHub] [arrow] lidavidm edited a comment on pull request #12412: ARROW-15614: [C++] Add sqrt binary scalar kernel

lidavidm edited a comment on pull request #12412:
URL: https://github.com/apache/arrow/pull/12412#issuecomment-1045038511


   We can set `this->equal_options_.atol(<floating-point delta>)`
   
   TestUnaryArithmeticFloating inherits from TestUnaryArithmetic which inherits from TestBaseUnaryArithmetic which contains a `EqualOptions equal_options_` that controls the approximate comparisons (and AssertUnaryOp boils down to AssertScalarsApproxEqual/AssertArraysApproxEqual)


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