srielau commented on a change in pull request #35371:
URL: https://github.com/apache/spark/pull/35371#discussion_r826262027
##########
File path: core/src/main/resources/error/error-classes.json
##########
@@ -167,5 +167,89 @@
"WRITING_JOB_ABORTED" : {
"message" : [ "Writing job aborted" ],
"sqlState" : "40000"
+ },
+ "UNABLE_TO_DELETE_PARTITION_PATH" : {
Review comment:
I see one case of '%s' and most without single quotes.
Maybe standardizing on single quoting all strings would be useful.
--
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]