Skip to content
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

Fix test failure caused by change in Spark 3.3 exception #5247

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

andygrove
Copy link
Contributor

@andygrove andygrove commented Apr 13, 2022

Signed-off-by: Andy Grove andygrove@nvidia.com

Temporary fix for #5244 to work around Spark 3.3 now throwing org.apache.spark.SparkArithmeticException instead of java.lang.ArithmeticException for overflows in Add operations.

The real fix will be to implement #5196

Signed-off-by: Andy Grove <andygrove@nvidia.com>
@andygrove andygrove added the test Only impacts tests label Apr 13, 2022
@andygrove andygrove added this to the Apr 4 - Apr 15 milestone Apr 13, 2022
@andygrove andygrove self-assigned this Apr 13, 2022
@andygrove andygrove changed the title Fix test failure caused by change in Spark exception Fix test failure caused by change in Spark 3.3 exception Apr 13, 2022
@jlowe
Copy link
Contributor

jlowe commented Apr 13, 2022

build

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
test Only impacts tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants