You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
Enable ULP-based floating-point comparison.
### What changes are included in this PR?
Add `arrow::EqualOptions::use_ulp_distance` and `arrow::EqualOptions::ulp_distance`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes. The ULP-based comparison method is enabled via `arrow::EqualOptions::use_ulp_distance` and `arrow::EqualOptions::ulp_distance`.
* GitHub Issue: #48408
Lead-authored-by: arash andishgar <arashandishgar1@gmail.com>
Co-authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
0 commit comments