Carl-Zhou-CN commented on code in PR #5388:
URL: https://github.com/apache/seatunnel/pull/5388#discussion_r1321020442
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-1/src/test/resources/jdbc_mysql_source_and_sink.conf:
##########
@@ -22,13 +22,17 @@ env {
source {
jdbc {
- url = "jdbc:mysql://mysql-e2e:3306/seatunnel?useSSL=false"
+ url = "jdbc:mysql://mysql-e2e:3306/seatunnel"
driver = "com.mysql.cj.jdbc.Driver"
connection_check_timeout_sec = 100
user = "root"
password = "Abc!@#135_seatunnel"
query = "select * from source;"
+ properties {
+ useSSL=false
+ rewriteBatchedStatements=true
Review Comment:
I have already added it. Please take a look and let me know if it meets the
requirements.
--
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]