Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-42229][CORE] Migrate SparkCoreErrors into error classes #39791

Closed
wants to merge 4 commits into from

Conversation

itholic
Copy link
Contributor

@itholic itholic commented Jan 29, 2023

What changes were proposed in this pull request?

This PR proposes to migrate SparkCoreErrors into _LEGACY_ERROR_TEMP_ error classes.

Why are the changes needed?

To leverage the error message framework for better error message handling.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Manually tested, the existing CI should pass.

@github-actions github-actions bot added the CORE label Jan 29, 2023
@itholic
Copy link
Contributor Author

itholic commented Jan 29, 2023

cc @cloud-fan @MaxGekk

@MaxGekk
Copy link
Member

MaxGekk commented Jan 31, 2023

+1, LGTM. Merging to master.
Thank you, @itholic.

@MaxGekk MaxGekk closed this in 11a7537 Jan 31, 2023
@MaxGekk
Copy link
Member

MaxGekk commented Jan 31, 2023

@itholic Could you open a PR w/ a backport to 3.4.

itholic added a commit to itholic/spark that referenced this pull request Feb 1, 2023
### What changes were proposed in this pull request?

This PR proposes to migrate SparkCoreErrors into `_LEGACY_ERROR_TEMP_` error classes.

### Why are the changes needed?

To leverage the error message framework for better error message handling.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Manually tested, the existing CI should pass.

Closes apache#39791 from itholic/SPARK-42229.

Authored-by: itholic <haejoon.lee@databricks.com>
Signed-off-by: Max Gekk <max.gekk@gmail.com>
@itholic
Copy link
Contributor Author

itholic commented Feb 1, 2023

Backport: #39832

MaxGekk pushed a commit that referenced this pull request Feb 1, 2023
### What changes were proposed in this pull request?

backport for #39791

### Why are the changes needed?

We should want to include PRs related to error classes into Spark 3.4.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

The CI should pass.

Closes #39832 from itholic/42229-3.4.

Authored-by: itholic <haejoon.lee@databricks.com>
Signed-off-by: Max Gekk <max.gekk@gmail.com>
@itholic itholic deleted the SPARK-42229 branch April 22, 2023 05:48
snmvaughan pushed a commit to snmvaughan/spark that referenced this pull request Jun 20, 2023
### What changes were proposed in this pull request?

backport for apache#39791

### Why are the changes needed?

We should want to include PRs related to error classes into Spark 3.4.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

The CI should pass.

Closes apache#39832 from itholic/42229-3.4.

Authored-by: itholic <haejoon.lee@databricks.com>
Signed-off-by: Max Gekk <max.gekk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants