leesf commented on a change in pull request #35274:
URL: https://github.com/apache/spark/pull/35274#discussion_r812593886
##########
File path: core/src/main/resources/error/error-classes.json
##########
@@ -150,7 +150,12 @@
"sqlState" : "0A000"
},
"UNSUPPORTED_FEATURE" : {
- "message" : [ "The feature is not supported: %s" ],
+ "message": [
+ "The feature is not supported: %s"
+ ]
+ },
+ "UNSUPPORTED_INPUT_TYPE" : {
Review comment:
@MaxGekk done, sorry for the delay, and would you please sherd some
lights on how to write tests for the `error class, sqlState and error
message.` thanks.
--
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]