Antoine Pitrou created ARROW-9495:
-------------------------------------

             Summary: [C++] Equality assertions don't handle Inf /  -Inf 
properly
                 Key: ARROW-9495
                 URL: https://issues.apache.org/jira/browse/ARROW-9495
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Antoine Pitrou
             Fix For: 2.0.0


I got this error when working on a PR which added unit tests:
{code}
../src/arrow/testing/gtest_util.cc:101: Failure
Failed
Expected:
  [
    2.5,
    inf,
    -inf
  ]
Actual:
  [
    2.5,
    inf,
    -inf
  ]
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to