You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/02/23 06:38:32 UTC

[GitHub] [spark] leesf commented on a change in pull request #35274: [SPARK-37982] Use error classes in the execution errors related to unsupported input type

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org