MaxGekk commented on code in PR #38435:
URL: https://github.com/apache/spark/pull/38435#discussion_r1009463248
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -356,6 +356,11 @@
],
"sqlState" : "22023"
},
+ "FIELD_NOT_FOUND" : {
Review Comment:
> But it seems we KNOW that we are talking about a field here (DDL?)
Even more specifically, we look for a field in a struct, and the struct
doesn't have such field.
--
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]