-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-38700][SQL][3.3] Use error classes in the execution errors of save mode #36852
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-38700][SQL][3.3] Use error classes in the execution errors of save mode #36852
Conversation
|
Can one of the admins verify this patch? |
|
Thank you for updates. |
|
I guess we need @MaxGekk 's final sign-off. |
OK,Thank you for review @dongjoon-hyun |
|
@panbingkun Could you update PR's description and add "This is a backport of #36350". |
Update core/src/main/resources/error/error-classes.json Co-authored-by: Maxim Gekk <max.gekk@gmail.com>
sure! |
|
@panbingkun Could you fix the test failure, please: |
Done @MaxGekk |
|
+1, LGTM. Merging to 3.3. |
…save mode ### What changes were proposed in this pull request? Migrate the following errors in QueryExecutionErrors: * unsupportedSaveModeError -> UNSUPPORTED_SAVE_MODE This is a backport of #36350. ### Why are the changes needed? Porting execution errors of unsupported saveMode to new error framework. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Add new UT. Closes #36852 from panbingkun/branch-3.3-SPARK-38700-new. Lead-authored-by: panbingkun <pbk1982@gmail.com> Co-authored-by: panbingkun <84731559@qq.com> Signed-off-by: Max Gekk <max.gekk@gmail.com>
What changes were proposed in this pull request?
Migrate the following errors in QueryExecutionErrors:
This is a backport of #36350.
Why are the changes needed?
Porting execution errors of unsupported saveMode to new error framework.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Add new UT.