cloud-fan commented on code in PR #53212:
URL: https://github.com/apache/spark/pull/53212#discussion_r2566933763
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -2431,6 +2431,15 @@
],
"sqlState" : "XX000"
},
+ "INTERNAL_ERROR_HIVE_METASTORE_PARTITION_FILTER" : {
+ "message" : [
+ "Failed to get partition metadata by filter from Hive metastore.",
+ "Caused by: <exceptionMessage>",
Review Comment:
I think we can omit this, the java exception will print the causedBy error
--
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]