-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of NaN input for min_by/max_by aggregate (#10586)
Summary: Pull Request resolved: #10586 This ensures that NaN values are considered as greater than infinity in both the 2-arg and 3-arg version of min_by/max_by aggregate functions. Reviewed By: amitkdutta, kgpai Differential Revision: D60318333 fbshipit-source-id: 49dd864f832d425e59c11931c06cbbebec9eb97d
- Loading branch information
1 parent
de21ce6
commit 8e0181e
Showing
2 changed files
with
195 additions
and
0 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