Skip to content

Commit

Permalink
Fix test failure caused by change in Spark exception (#5247)
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Grove <andygrove@nvidia.com>
  • Loading branch information
andygrove authored Apr 14, 2022
1 parent 30292dc commit 0b4465f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/src/main/python/logic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def do_it(spark, lhs_bool_arg, arith_arg, op):
assert_gpu_and_cpu_error(
df_fun=lambda spark: do_it(spark, lhs_arg, int_arg, logic_op).collect(),
conf=ansi_conf,
error_message="java.lang.ArithmeticException")
error_message="ArithmeticException")
else:
assert_gpu_and_cpu_are_equal_collect(
func=lambda spark: do_it(spark, lhs_arg, int_arg, logic_op),
Expand Down

0 comments on commit 0b4465f

Please sign in to comment.