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

Decimal support for add and subtract #1561

Merged
merged 13 commits into from
Jan 21, 2021

Conversation

rwlee
Copy link
Collaborator

@rwlee rwlee commented Jan 21, 2021

Combines work from @sperlingxx #976 and @revans2 changes to resolve precision mismatches when running on the GPU. Merging this should close #976, as the necessary bits have already been merged or were copied over and modified for this PR.

@sameerz sameerz added the feature request New feature or request label Jan 21, 2021
Copy link
Collaborator

@revans2 revans2 left a comment

Choose a reason for hiding this comment

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

Because I was involved with writing some of the parts of the PR I think it is best if others approve/review it too.

Signed-off-by: Ryan Lee <ryanlee@nvidia.com>
@rwlee rwlee linked an issue Jan 21, 2021 that may be closed by this pull request
10 tasks
@revans2
Copy link
Collaborator

revans2 commented Jan 21, 2021

build

@jlowe jlowe added this to the Jan 18 - Jan 29 milestone Jan 21, 2021
@jlowe jlowe added the SQL part of the SQL/Dataframe plugin label Jan 21, 2021
@revans2 revans2 merged commit 3ee2a09 into NVIDIA:branch-0.4 Jan 21, 2021
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Ryan Lee <ryanlee@nvidia.com>
Co-authored-by: Robert (Bobby) Evans <bobby@apache.org>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Ryan Lee <ryanlee@nvidia.com>
Co-authored-by: Robert (Bobby) Evans <bobby@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request SQL part of the SQL/Dataframe plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Decimal support for multiply int div, add, subtract and null safe equals
4 participants