dongjoon-hyun commented on code in PR #41448: URL: https://github.com/apache/spark/pull/41448#discussion_r1222677031
########## core/src/main/resources/error/error-classes.json: ########## @@ -1539,6 +1539,13 @@ "Parse Mode: <failFastMode>. To process malformed records as null result, try setting the option 'mode' as 'PERMISSIVE'." ] }, + "MERGE_CARDINALITY_VIOLATION" : { + "message" : [ + "The ON search condition of the MERGE statement matched a single row from the target table with multiple rows of the source table.", + "This could result in the target row being operated on more than once with an update or delete operation and is not allowed." + ], + "sqlState" : "23K01" Review Comment: Thank you for updates. We can update `README.txt` later. (https://github.com/apache/spark/pull/41448#discussion_r1222454470) -- 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