CalvinKirs commented on code in PR #2658:
URL:
https://github.com/apache/incubator-seatunnel/pull/2658#discussion_r963494493
##########
docs/en/connector/sink/Jdbc.mdx:
##########
@@ -166,6 +166,7 @@ Sink plugin common parameters, please refer to [Sink
Plugin](common-options.md)
```bash
jdbc {
+ driver = "com.mysql.jdbc.Driver",
saveMode = "update",
Review Comment:
We are using mysql-jdbc 8 by default. Can the driver name be changed to
`com.mysql.cj.jdbc.Driver` for consistency?
--
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]