hannahkamundson commented on code in PR #44337:
URL: https://github.com/apache/spark/pull/44337#discussion_r1427088760
##########
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:
I changed it and made a note in the summary that we also changed the message
--
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]