cloud-fan commented on code in PR #53244:
URL: https://github.com/apache/spark/pull/53244#discussion_r2571772084
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -2431,6 +2431,21 @@
],
"sqlState" : "XX000"
},
+ "INTERNAL_ERROR_INVALID_HIVE_COLUMN_TYPE" : {
+ "message" : [
+ "Failed to convert Hive table to Spark catalog table.",
+ "Error: <message>",
Review Comment:
It's not related to your PR but since we are touching it, can we see if this
message is redundant as the causedBy error already contains it?
--
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]