You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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.
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]
The text was updated successfully, but these errors were encountered: