[SPARK-44320][SQL] Assign names to the error class _LEGACY_ERROR_TEMP_[1067,1150,1220,1265,1277]#41909
Closed
panbingkun wants to merge 8 commits intoapache:masterfrom
Closed
[SPARK-44320][SQL] Assign names to the error class _LEGACY_ERROR_TEMP_[1067,1150,1220,1265,1277]#41909panbingkun wants to merge 8 commits intoapache:masterfrom
panbingkun wants to merge 8 commits intoapache:masterfrom
Conversation
…_[1067,1150,1220,1265,1277]
panbingkun
commented
Jul 9, 2023
…_[1067,1150,1220,1265,1277]
MaxGekk
requested changes
Jul 10, 2023
Co-authored-by: Maxim Gekk <max.gekk@gmail.com>
…_[1067,1150,1220,1265,1277]
…_[1067,1150,1220,1265,1277]
MaxGekk
reviewed
Jul 10, 2023
| ], | ||
| "sqlState" : "42710" | ||
| }, | ||
| "CREATE_VIEW_COLUMN_ARITY_MISMATCH" : { |
Member
There was a problem hiding this comment.
Could you align this new error class with the existing INSERT_COLUMN_ARITY_MISMATCH and output columns?
…_[1067,1150,1220,1265,1277]
MaxGekk
approved these changes
Jul 11, 2023
Member
|
I believe the failure is not related to PR's changes: RUN: /__w/spark/spark/dev/connect-gen-protos.sh /tmp/tmpo7t_pdiv
...
subprocess.CalledProcessError: Command '['/__w/spark/spark/dev/connect-gen-protos.sh', '/tmp/tmpo7t_pdiv']' returned non-zero exit status 1.
Error: Process completed with exit code 1.+1, LGTM. Merging to master. |
Contributor
Author
Yeah, it is not related to this PR, it is the problem of using the 'deprecated' method for the remote plugin of buf. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
The pr aims to assign names to the error class, include:
Why are the changes needed?
The changes improve the error framework.
Does this PR introduce any user-facing change?
No.
How was this patch tested?