You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/03/23 15:25:57 UTC

[GitHub] [incubator-seatunnel] ruanwenjun commented on a change in pull request #1544: [Feature][Connector] JDBC source support partition

ruanwenjun commented on a change in pull request #1544:
URL: https://github.com/apache/incubator-seatunnel/pull/1544#discussion_r833391943



##########
File path: seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-jdbc/src/main/java/org/apache/seatunnel/flink/source/JdbcSource.java
##########
@@ -71,19 +80,17 @@
     private String password;
     private int fetchSize = DEFAULT_FETCH_SIZE;
     private Set<String> fields;
+    private int parallelism = 1;

Review comment:
       I find in the former code, the default value of parallelism in flink is -1. Why we change to 1?




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