byteteacher0 commented on PR #5311:
URL: https://github.com/apache/seatunnel/pull/5311#issuecomment-1689939702
> Can you add a test case?
env {
execution.parallelism = 1
job.mode = "BATCH"
}
source {
Jdbc {
driver = net.sourceforge.jtds.jdbc.Driver
url = "jdbc:jtds:sqlserver://192.168.154.128:1433/master"
user = sa
password = "Admin@123"
query = "select * from MSreplication_options"
}
}
sink {
Jdbc {
driver = net.sourceforge.jtds.jdbc.Driver
url = "jdbc:jtds:sqlserver://192.168.154.128:1433/master"
user = sa
password = "Admin@123"
query = "insert into MSreplication_options1(optname, value,
major_version, minor_version, revision, install_failures) values(?,?,?,?,?,?)"
}
}
--
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]