gengliangwang commented on code in PR #50761: URL: https://github.com/apache/spark/pull/50761#discussion_r2070911373
########## common/utils/src/main/resources/error/error-conditions.json: ########## @@ -544,6 +544,14 @@ ], "sqlState" : "56000" }, + "CHECK_CONSTRAINT_VIOLATION" : { + "message" : [ + "CHECK constraint <constraintName> <expression> violated by row with values:", + "<values>", + "" Review Comment: Yes, it is to set a new line between the values and the SQL state -- 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