Skip to content

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

@andishgar

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_)) {
return true;
}

Component(s)

C++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions