You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "EricJoy2048 (via GitHub)" <gi...@apache.org> on 2023/05/17 07:24:33 UTC

[GitHub] [incubator-seatunnel] EricJoy2048 opened a new pull request, #4767: [WIP][Improve][API] Improve savemode api

EricJoy2048 opened a new pull request, #4767:
URL: https://github.com/apache/incubator-seatunnel/pull/4767

   (no comment)


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [seatunnel] liugddx commented on a diff in pull request #4767: [Improve][API] Improve savemode api

Posted by "liugddx (via GitHub)" <gi...@apache.org>.
liugddx commented on code in PR #4767:
URL: https://github.com/apache/seatunnel/pull/4767#discussion_r1196307098


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/DataSaveMode.java:
##########
@@ -31,6 +31,10 @@ public enum DataSaveMode {
     // path and files in the path, create new files in the path.
     KEEP_SCHEMA_AND_DATA,
 
+    // The connector provides custom processing methods, such as running user provided SQL or shell
+    // scripts, etc
+    CUSTOM_PROCESSING,
+
     // Throw error when table is exists for MySQL. Throw error when path is exists.

Review Comment:
   Only for mysql?



-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [seatunnel] liugddx merged pull request #4767: [Improve][API] Improve savemode api

Posted by "liugddx (via GitHub)" <gi...@apache.org>.
liugddx merged PR #4767:
URL: https://github.com/apache/seatunnel/pull/4767


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org