mosence commented on code in PR #6443:
URL: https://github.com/apache/seatunnel/pull/6443#discussion_r1514180127
##########
seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/config/JdbcOptions.java:
##########
@@ -151,6 +151,12 @@ public interface JdbcOptions {
.defaultValue(false)
.withDescription("support upsert by insert only");
+ Option<Boolean> USE_COPY_STATEMENT =
+ Options.key("use_copy_statement")
+ .booleanType()
+ .defaultValue(false)
+ .withDescription("support copy in statement ( postgresql
)");
Review Comment:
Fix with my newest commit with force push.
--
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]