Skip to content

[SPARK-42841][SQL]Assign a name to the error class _LEGACY_ERROR_TEMP_2003 #51111

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

yuexing
Copy link
Contributor

@yuexing yuexing commented Jun 7, 2025

What changes were proposed in this pull request?

see https://issues.apache.org/jira/browse/SPARK-42839, replace _LEGACY_ERROR_TEMP_2003 with a meaningful name.

Why are the changes needed?

see https://issues.apache.org/jira/browse/SPARK-42839

Does this PR introduce any user-facing change?

No

How was this patch tested?

UT

Was this patch authored or co-authored using generative AI tooling?

No

@github-actions github-actions bot added the SQL label Jun 7, 2025
@LuciferYang
Copy link
Contributor

cc @MaxGekk @itholic @yaooqinn

@LuciferYang LuciferYang changed the title [SPARK-42841][SQL]Assign a name to the error class _LEGACY_ERROR_TEMP… [SPARK-42841][SQL]Assign a name to the error class _LEGACY_ERROR_TEMP_2003 Jun 9, 2025
@yuexing
Copy link
Contributor Author

yuexing commented Jun 17, 2025

Here's another one, could you also help take a look? @srielau Thanks!


checkError(
exception = intercept[SparkRuntimeException] {
throw QueryExecutionErrors.mapSizeExceedArraySizeWhenZipMapError(exceedingSize)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you test here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants