srielau commented on code in PR #38435:
URL: https://github.com/apache/spark/pull/38435#discussion_r1009450628
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -356,6 +356,11 @@
],
"sqlState" : "22023"
},
+ "FIELD_NOT_FOUND" : {
Review Comment:
Well, that was kind of my earlier question. How is this different from
UNRESOLVED_COLUMN? (Which does include fields in the message). But it seems we
KNOW that we are talking about a field here (DDL?)
--
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]