gengliangwang commented on code in PR #50561: URL: https://github.com/apache/spark/pull/50561#discussion_r2040500082
########## common/utils/src/main/resources/error/error-conditions.json: ########## @@ -811,6 +811,20 @@ }, "sqlState" : "XX000" }, + "CONSTRAINT_ALREADY_EXISTS" : { + "message" : [ + "Constraint '<constraintName>' already exists. Please delete the existing constraint first.", Review Comment: This error is from alter table statement, which is usually simple and straightforward. I prefer keeping it as it is now -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org