aokolnychyi commented on code in PR #52876:
URL: https://github.com/apache/spark/pull/52876#discussion_r2529582384
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -2128,6 +2128,15 @@
],
"sqlState" : "42000"
},
+ "INCOMPATIBLE_COLUMN_CHANGES_AFTER_VIEW_WITH_PLAN_CREATION" : {
+ "message" : [
+ "View <viewName> plan references table <tableName> whose <colType>
columns changed since the view plan was initially captured.",
Review Comment:
The rest of the error message says "column changes" in plural, so I think
using `columns` here should be OK.
--
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]