MaxGekk commented on code in PR #38490:
URL: https://github.com/apache/spark/pull/38490#discussion_r1015159756
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -668,6 +668,23 @@
}
}
},
+ "LOCATION_ALREADY_EXISTS" : {
+ "message" : [
+ "Cannot create the location <location> because it already exists."
Review Comment:
@cloud-fan One more thing, by saying this `... a different table name ...`,
you linked the location issue to (managed) table issue but there are other
issues w/ location that are not linked to (managed) table. And this error class
can be re-used in other cases too (try to search the word `location` in
`error-classes.json`)
--
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]