cloud-fan commented on code in PR #53129:
URL: https://github.com/apache/spark/pull/53129#discussion_r2630035602
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -997,6 +997,12 @@
],
"sqlState" : "0A000"
},
+ "CREATE_OR_REPLACE_WITH_IF_NOT_EXISTS_IS_NOT_ALLOWED" : {
+ "message" : [
+ "CREATE OR REPLACE <resourceType> with IF NOT EXISTS is not allowed."
Review Comment:
what's their behavior now? CRETE OR REPLACE TABLE ... IF NOT EXISTS
--
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]