Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SparkSQL's divide #20

Closed
wants to merge 3 commits into from
Closed

Implement SparkSQL's divide #20

wants to merge 3 commits into from

Conversation

funrollloops
Copy link
Contributor

Summary:
Spark's divide returns NULL when dividing by zero. All other behavior is
consistent with IEEE floating point.

Differential Revision: D30093191

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Aug 10, 2021
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D30093191

Summary:
Function registration is moved from FunctionBaseTest's constructor to
SetUpTestCase(), which is once-per-process.

Differential Revision: D30061756

fbshipit-source-id: 3a8c47e03ee25014c0a68ff8e9e427e158ba5104
Differential Revision: D30092234

fbshipit-source-id: 107fdc127ad15ff26b80c3c40755bb19fc967b8a
Summary:
Pull Request resolved: #20

Spark's divide returns NULL when dividing by zero.  All other behavior is
consistent with IEEE floating point.

Differential Revision: D30093191

fbshipit-source-id: 54994d229531641dc2052186e644797d0c13f05c
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D30093191

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 894d7de.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants