forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix min and max aggregates for floating points
Summary: This change ensures that extreme floating point values are handled correctly, including INF, -INF, and NaN, where NaN is considered greater than INF. Additionally, it correctly sets the initial group values for floating point types (-INF for max() and NaN for min()), which is relevant when the inputs consist solely of these extreme values. Differential Revision: D57801191
- Loading branch information
1 parent
1a0d26a
commit 44b02bf
Showing
3 changed files
with
265 additions
and
28 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
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
Oops, something went wrong.