Skip to content

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

@asfimport

Description

@asfimport

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

../src/arrow/testing/gtest_util.cc:101: Failure
Failed
Expected:
  [
    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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions