hililiwei commented on code in PR #2609: URL: https://github.com/apache/incubator-seatunnel/pull/2609#discussion_r979922849
########## docs/en/connector/sink/Jdbc.mdx: ########## @@ -30,10 +30,10 @@ Engine Supported and plugin name <TabItem value="spark"> | name | type | required | default value | -|------------------| ------ |----------|---------------| +| ---------------- | ------ | -------- | ------------- | | driver | string | yes | - | | url | string | yes | - | -| user | string | yes | - | +| username | string | yes | - | Review Comment: The JDBC uses `username` instead of `user` in flink and spark. -- 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]
