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


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -256,6 +256,12 @@
     ],
     "sqlState" : "0A000"
   },
+  "AUTOCDC_TARGET_DOES_NOT_SUPPORT_MERGE" : {

Review Comment:
   nit: its not the format but rather the format's connector, so more 
technically correct:
   
   ```"Cannot start AutoCDC flow: the target table <tableName> (format: 
<format>) does not support row-level operations. AutoCDC requires a target 
backed by a connector that supports MERGE."```



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

Reply via email to