szehon-ho commented on code in PR #50561:
URL: https://github.com/apache/spark/pull/50561#discussion_r2040434026


##########
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:
   is constraint name scoped to table?  wondering should we also put tableName 
like the other message?



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

Reply via email to