karenfeng commented on a change in pull request #33805:
URL: https://github.com/apache/spark/pull/33805#discussion_r719684804
##########
File path: core/src/main/resources/error/error-classes.json
##########
@@ -46,9 +68,19 @@
"message" : [ "Failed to rename %s to %s as destination already exists" ],
"sqlState" : "22023"
},
+ "FAILED_RENAME_TEMPORARY_FILE" : {
+ "message" : [ "Failed to rename temp file %s to %s as rename returned
false" ]
+ },
"FAILED_SET_ORIGINAL_PERMISSION_BACK" : {
"message" : [ "Failed to set original permission %s back to the created
path: %s. Exception: %s" ]
},
+ "GET_PARTITION_METADATA_BY_FILTER" : {
Review comment:
The naming of this isn't obviously an error. Can we name this something
like `CANNOT_GET_PARTITION_METADATA_BY_FILTER`?
--
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]