bozhang2820 commented on code in PR #41575:
URL: https://github.com/apache/spark/pull/41575#discussion_r1254527968


##########
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:
   Change to `FileSystem.rename`.



-- 
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]

Reply via email to