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



##########
File path: docs/en/flink/configuration/source-plugins/Jdbc.md
##########
@@ -49,6 +52,18 @@ fetch size
 
 The parallelism of an individual operator, for JdbcSource.
 
+### partition_column [string]
+
+The column name for parallelism's partition, only support numeric type.
+
+### partition_upper_bound [int]
+
+The partition_column max value for scan, if not set SeaTunnel will query 
database get max value.
+
+### partition_lower_bound [int]

Review comment:
       Change type to long.




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