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-43387][SQL] Provide a human readable error code for _LEGACY_ERROR_TEMP_1168. #41068

Closed
wants to merge 3 commits into from

Conversation

eogren
Copy link
Contributor

@eogren eogren commented May 5, 2023

What changes were proposed in this pull request?

Change the error code of _LEGACY_ERROR_TEMP_1168 -> INSERT_COLUMN_ARITY_MISMATCH

Why are the changes needed?

Cleaning up legacy error codes

Does this PR introduce any user-facing change?

Yes - changes error code for legacy error.

How was this patch tested?

existing tests suffice

@MaxGekk
Copy link
Member

MaxGekk commented May 6, 2023

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

@MaxGekk MaxGekk closed this in 6c74e35 May 6, 2023
@MaxGekk
Copy link
Member

MaxGekk commented May 6, 2023

@eogren Congratulations with your first contribution to Apache Spark!

LuciferYang pushed a commit to LuciferYang/spark that referenced this pull request May 10, 2023
…ROR_TEMP_1168

### What changes were proposed in this pull request?

Change the error code of `_LEGACY_ERROR_TEMP_1168` -> `INSERT_COLUMN_ARITY_MISMATCH`

### Why are the changes needed?

Cleaning up legacy error codes

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

Yes - changes error code for legacy error.

### How was this patch tested?

existing tests suffice

Closes apache#41068 from eogren/SPARK-43387.

Authored-by: Eric Ogren <eogren@gmail.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
Projects
None yet
2 participants