itholic commented on code in PR #39871:
URL: https://github.com/apache/spark/pull/39871#discussion_r1096835179
##########
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:
Got it. Let me followup the list periodically.
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]