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

[BUG] Spark 3.3 integration tests arithmetic_ops_test.py::test_div_overflow_exception_when_ansi failures #5182

Closed
tgravescs opened this issue Apr 8, 2022 · 1 comment · Fixed by #5185
Assignees
Labels
bug Something isn't working P0 Must have for release

Comments

@tgravescs
Copy link
Collaborator

Describe the bug
latest spark 3.3 integration test build failed with:

13:05:19 FAILED ../../src/main/python/arithmetic_ops_test.py::test_div_overflow_exception_when_ansi[true-CAST(-9223372036854775808L as LONG) DIV -1]
13:05:19 FAILED ../../src/main/python/arithmetic_ops_test.py::test_div_overflow_exception_when_ansi[true-a DIV CAST(-1 AS INT)]
13:05:19 FAILED ../../src/main/python/arithmetic_ops_test.py::test_div_overflow_exception_when_ansi[true-a DIV b]

@tgravescs tgravescs added bug Something isn't working ? - Needs Triage Need team to review and classify P0 Must have for release labels Apr 8, 2022
@andygrove andygrove self-assigned this Apr 8, 2022
@andygrove andygrove added this to the Apr 4 - Apr 15 milestone Apr 8, 2022
@andygrove
Copy link
Contributor

The issue appears to be caused by apache/spark@c2ed15d which changes the exception that Spark throws. The tests expect java.lang.ArithmeticException but Spark is now throwing org.apache.spark.SparkArithmeticException.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 Must have for release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants