hannahkamundson commented on code in PR #44337:
URL: https://github.com/apache/spark/pull/44337#discussion_r1427072158
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -2750,6 +2750,12 @@
],
"sqlState" : "42000"
},
+ "NULL_INDEX" : {
+ "message" : [
+ "Value at index <index> is null."
Review Comment:
Do you want me to change this when this wasn't the original message? I think
the ticket just wants me to classify the error, not necessarily introduce user
facing message changes
--
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]