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
List all the failing tests here now, we can file separate issues when working on them.
FAILED ../../src/main/python/arithmetic_ops_test.py::test_div_by_zero_ansi[1/0]
FAILED ../../src/main/python/arithmetic_ops_test.py::test_div_by_zero_ansi[a/0]
FAILED ../../src/main/python/arithmetic_ops_test.py::test_div_by_zero_ansi[a/b]
FAILED ../../src/main/python/arithmetic_ops_test.py::test_div_overflow_exception_when_ansi[true-CAST(-9223372036854775808L as LONG) DIV -1]
FAILED ../../src/main/python/arithmetic_ops_test.py::test_div_overflow_exception_when_ansi[true-a DIV CAST(-1 AS INT)]
FAILED ../../src/main/python/arithmetic_ops_test.py::test_div_overflow_exception_when_ansi[true-a DIV b]
Steps/Code to reproduce bug
Build the plugin jar by mvn clean package -DskipTests -Dbuildver=340.
Run the test.
cd integration_tests
./run_pyspark_from_build.sh -k test_xxxxxx
Expected behavior
The tests should pass
The text was updated successfully, but these errors were encountered:
firestarman
changed the title
[BUG]Some integration tests are failing on Spark 3.4.0
[BUG]Some arithmetic tests are failing on Spark 3.4.0
May 27, 2022
List all the failing tests here now, we can file separate issues when working on them.
Steps/Code to reproduce bug
mvn clean package -DskipTests -Dbuildver=340
.Expected behavior
The tests should pass
The text was updated successfully, but these errors were encountered: