hannahkamundson opened a new pull request, #44337: URL: https://github.com/apache/spark/pull/44337
### 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_2232` to `NULL_ROW_VALUE` - `sqlState` for `_LEGACY_ERROR_TEMP_2232` - message for `_LEGACY_ERROR_TEMP_2232` ### Does this PR introduce _any_ user-facing change? Yes. - It updates the `sqlState` for `_LEGACY_ERROR_TEMP_2232` to `2200E` whereas it was previously empty. - It updates the message for `_LEGACY_ERROR_TEMP_2232` from `Value at index <index> is null.` to `Row 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
