jw-itq commented on code in PR #7443:
URL: https://github.com/apache/seatunnel/pull/7443#discussion_r1724948906


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/DataSaveMode.java:
##########
@@ -32,5 +32,8 @@ public enum DataSaveMode {
     CUSTOM_PROCESSING,
 
     // When there exist data, an error will be reported
-    ERROR_WHEN_DATA_EXISTS
+    ERROR_WHEN_DATA_EXISTS,
+
+    // Ignore
+    IGNORE

Review Comment:
   > DataSaveMode doesn't need `IGNORE`. The behavior of `IGNORE` same as 
`APPEND_DATA`.
   ok, thanks. I want to try again



##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/DataSaveMode.java:
##########
@@ -32,5 +32,8 @@ public enum DataSaveMode {
     CUSTOM_PROCESSING,
 
     // When there exist data, an error will be reported
-    ERROR_WHEN_DATA_EXISTS
+    ERROR_WHEN_DATA_EXISTS,
+
+    // Ignore
+    IGNORE

Review Comment:
   > DataSaveMode doesn't need `IGNORE`. The behavior of `IGNORE` same as 
`APPEND_DATA`.
   
   ok, thanks. I want to try again



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

Reply via email to