cloud-fan commented on code in PR #49029:
URL: https://github.com/apache/spark/pull/49029#discussion_r1886322908
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -4144,6 +4183,12 @@
],
"sqlState" : "42K05"
},
+ "RESOLUTION_VALIDATION_ERROR" : {
+ "message" : [
+ "The analysis phase failed with an internal error. Reason: <message>"
Review Comment:
Shall we reuse the error class `INTERNAL_ERROR` for it?
--
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]