Skip to content

[SPARK-43033][SQL] Avoid task retries due to AssertNotNull checks#40703

Closed
xiaochen-zhou wants to merge 5 commits into
apache:masterfrom
xiaochen-zhou:SPARK-43033
Closed

[SPARK-43033][SQL] Avoid task retries due to AssertNotNull checks#40703
xiaochen-zhou wants to merge 5 commits into
apache:masterfrom
xiaochen-zhou:SPARK-43033

Conversation

@xiaochen-zhou

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

This PR update the task retry logic to not retry if the exception has an error class which means a user error.

Why are the changes needed?

As discussed here, tasks that failed because of exceptions generated by AssertNotNull should not be retried.

Does this PR introduce any user-facing change?

No

How was this patch tested?

This PR comes with tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant