spark
spark copied to clipboard
[SPARK-42307][SQL][BUILD][DOCS] Adding in a better name for `_LEGACY_ERROR_TEMP_2232`
What changes were proposed in this pull request?
This adds a better name for the error type _LEGACY_ERROR_TEMP_2232 and updates the messages for it.
Why are the changes needed?
All that was changed was the
- name for
_LEGACY_ERROR_TEMP_2232toNULL_ROW_VALUE sqlStatefor_LEGACY_ERROR_TEMP_2232- message for
_LEGACY_ERROR_TEMP_2232
Does this PR introduce any user-facing change?
Yes.
- It updates the
sqlStatefor_LEGACY_ERROR_TEMP_2232to2200Ewhereas it was previously empty. - It updates the message for
_LEGACY_ERROR_TEMP_2232fromValue at index <index> is null.toRow value at the position <index> is NULL.
How was this patch tested?
Unit tests
Was this patch authored or co-authored using generative AI tooling?
No
@hannahkamundson Could you add a test for the error class, please.
@MaxGekk Let me know what you think!
@MaxGekk Any thoughts?
@MaxGekk Rebased on master. I can make the changes above. I just need a little more guidance :)
We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable. If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag!