itholic commented on code in PR #39871:
URL: https://github.com/apache/spark/pull/39871#discussion_r1096442359


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1328,6 +1328,12 @@
       "Unable to convert SQL type <toType> to Protobuf type <protobufType>."
     ]
   },
+  "UNABLE_TO_INFER_SCHEMA" : {
+    "message" : [
+      "Unable to infer schema for <format>. It must be specified manually."
+    ],
+    "sqlState" : "46110"

Review Comment:
   Updated, thanks!
   
   Btw, seems like we don't have "42KD9" in 
https://github.com/apache/spark/tree/master/core/src/main/resources/error.
   
   Do we want to update the list ?



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