Hisoka-X commented on code in PR #5388:
URL: https://github.com/apache/seatunnel/pull/5388#discussion_r1329790561


##########
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:
   This is I want too. Set by default rather than teach user to configure 
`rewriteBatchedStatements` is more reasonable.



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