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

refactor(arithmetic): specify FP overflow and domain options for rema… #269

Merged
merged 1 commit into from
Jul 28, 2022

Conversation

gforsyth
Copy link
Member

…ining ops

Addition, substraction, multiplication and division were added before we'd settled on / had
conversations around what made sense for floating-point overflow and domain error options. Adding
in appropriate overflow options for those four ops and also adding the appropriate domain error
option for division.

BREAKING CHANGE: Options SILENT, SATURATE, ERROR are no longer valid for use with floating point
arguments to add, subtract, multiply or divide

…ining ops

Addition, substraction, multiplication and division were added before we'd settled on / had
conversations around what made sense for floating-point overflow and domain error options.  Adding
in appropriate overflow options for those four ops and also adding the appropriate domain error
option for division.

BREAKING CHANGE: Options SILENT, SATURATE, ERROR are no longer valid for use with floating point
arguments to add, subtract, multiply or divide
Copy link
Contributor

@jvanstraten jvanstraten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@jacques-n
Copy link
Contributor

Thanks for putting this together @gforsyth !

@jacques-n jacques-n merged commit de64a3c into substrait-io:main Jul 28, 2022
@gforsyth gforsyth deleted the gil/arithmetic_fixes branch July 28, 2022 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants