Skip to content

[C++] Equality assertions don't handle Inf / -Inf properly #25565

Description

@asfimport

I got this error when working on a PR which added unit tests:

../src/arrow/testing/gtest_util.cc:101: FailureFailedExpected:
[
2.5,
inf,
-inf
]
Actual:
[
2.5,
inf,
-inf
]

Reporter: Antoine Pitrou / @pitrou
Assignee: Liya Fan / @liyafan82

PRs and other links:

Note: This issue was originally created as ARROW-9495. Please see the migration documentation for further details.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions