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/02/17 14:45:04 UTC

[GitHub] [incubator-seatunnel] asdf2014 commented on a change in pull request #1278: [Feature] [connector] For flink JdbcSource , JdbcSink and InfluxDbSource plugin supports parallel parameters

asdf2014 commented on a change in pull request #1278:
URL: https://github.com/apache/incubator-seatunnel/pull/1278#discussion_r809122740



##########
File path: docs/en/flink/configuration/source-plugins/Jdbc.md
##########
@@ -17,6 +17,7 @@ Read data through jdbc
 | query          | string | yes      | -             |
 | fetch_size     | int    | no       | -             |
 | common-options | string | no       | -             |
+| parallelism    | Int  | no       | -             |

Review comment:
       nit: it seems the `|` is not aligned

##########
File path: docs/en/flink/configuration/source-plugins/InfluxDb.md
##########
@@ -17,6 +17,7 @@ Read data from InfluxDB.
 | measurement | `String`       | yes      | -             |
 | fields      | `List<String>` | yes      | -             |
 | field_types | `List<String>` | yes      | -             |
+| parallelism | `Int`          | no      | -             |

Review comment:
       nit: it seems the `|` is not aligned




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