dchvn commented on a change in pull request #34168:
URL: https://github.com/apache/spark/pull/34168#discussion_r726688416



##########
File path: core/src/main/resources/error/error-classes.json
##########
@@ -121,6 +172,13 @@
     "message" : [ "The second argument of '%s' function needs to be an 
integer." ],
     "sqlState" : "22023"
   },
+  "SERDE_INTERFACE_NOT_FOUND" : {
+    "message" : [ "The SerDe interface removed since Hive 2.3(HIVE-15167). 
Please migrate your custom SerDes to Hive 2.3. See HIVE-15167 for more 
details." ],
+    "sqlState" : "0A000"
+  },
+  "STATE_NOT_DEFINED_OR_ALREADY_REMOVED" : {

Review comment:
       Thanks for your suggestions, @karenfeng, I have updated this issue, do 
you think SERDE_INTERFACE_NOT_FOUND should be MISSING_SERDE_INTERFACE?




-- 
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]

Reply via email to