MaxGekk commented on code in PR #41575:
URL: https://github.com/apache/spark/pull/41575#discussion_r1254378816
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -724,6 +724,11 @@
],
"sqlState" : "42K04"
},
+ "FAILED_RENAME_TEMP_FILE" : {
+ "message" : [
+ "Failed to rename temp file <srcPath> to <dstPath> as rename returned
false."
Review Comment:
Which rename returned false. Could you make it clearer? Do you mean rename
of filesystem.
--
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]