-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Plugin should throw same arithmetic exceptions as Spark part1 #5354
Plugin should throw same arithmetic exceptions as Spark part1 #5354
Conversation
update tests Signed-off-by: remzi <13716567376yh@gmail.com>
Signed-off-by: remzi <13716567376yh@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be updated to resolve the merge conflict but otherwise lgtm.
There are other arithmetic exceptions that we need to update. I will file more follow-up PRs to fix them.
If there are a number of followup items, it may be useful to enumerate what needs to be done in #5196 as a checklist so it's clear what has been done and what is yet to be done.
build |
Signed-off-by: remzi <13716567376yh@gmail.com>
build |
Signed-off-by: remzi <13716567376yh@gmail.com>
build |
Done! #5196 (comment) |
sql-plugin/src/main/scala/org/apache/spark/sql/rapids/arithmetic.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/scala/org/apache/spark/sql/rapids/arithmetic.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/scala/org/apache/spark/sql/rapids/arithmetic.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/scala/org/apache/spark/sql/rapids/arithmetic.scala
Outdated
Show resolved
Hide resolved
…ic.scala Co-authored-by: Jason Lowe <jlowe@nvidia.com>
…ic.scala Co-authored-by: Jason Lowe <jlowe@nvidia.com>
…ic.scala Co-authored-by: Jason Lowe <jlowe@nvidia.com>
…ic.scala Co-authored-by: Jason Lowe <jlowe@nvidia.com>
build |
Signed-off-by: remzi <13716567376yh@gmail.com>
…o throw_same_exceptions_part1
Signed-off-by: remzi <13716567376yh@gmail.com>
build |
Signed-off-by: remzi <13716567376yh@gmail.com>
build |
1 similar comment
build |
Why is there such an error |
build |
Could we merge this PR, as the potential merge conflicts are high? |
This is the first PR for #5196.
In this PR we:
RapidsErrorUtils
from311until330-nondb
to311until320-nondb
and320until330-nondb
.divByZeroError
anddivOverflowError
intoRapidsErrorUtils
There are other arithmetic exceptions that we need to update. I will file more follow-up PRs to fix them.