Peng-Lei commented on a change in pull request #33538:
URL: https://github.com/apache/spark/pull/33538#discussion_r677954042
##########
File path: core/src/main/resources/error/error-classes.json
##########
@@ -63,5 +63,67 @@
"WRITING_JOB_ABORTED" : {
"message" : [ "Writing job aborted" ],
"sqlState" : "40000"
+ },
+ "UNSUPPORTED_CHANGE_COLUMN" : {
+ "message" : [ "Please add an implementation for a column change here" ],
+ "sqlState" : "46110"
+ },
+ "LOGICAL_HINT_OPERATOR_NOT_REMOVE_DURING_ANALYSIS" : {
+ "message" : [ "Internal error: logical hint operator should have been
removed during analysis" ],
+ "sqlState" : "42000"
+ },
+ "CAN_NOT_EVALUATE_EXPRESSION" : {
Review comment:
done
--
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]