Skip to content

[C++] Enhance arrow::ChunkedArray::Equals to support floating-point comparison when values share the same memory #46938

Description

@andishgar

Describe the enhancement requested

In the following code, floating-point comparison is ignored regardless of whether arrow::EqualOptions::nans_equal_ is set.

if (this == &other && !mayHaveNaN(*type_)) {
returntrue;
}

Component(s)

C++

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