-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use total ordering in the min & max accumulator for floats (#10627)
* fix: use total ordering in the min & max accumulator for floats to match the ordering used by arrow kernels * change unit test to expect min to be nan * changed behavior again since the partial_cmp approach doesn't handle nulls correctly * Revert change to describe test. It was not originating from a nan/finite discrepency but from a null/defined discrepency and we don't want that behavior to change * Update the test to check the min function and also verify the result
- Loading branch information
1 parent
cb9068c
commit 5bb6b35
Showing
1 changed file
with
56 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters