hailin0 commented on code in PR #5207:
URL: https://github.com/apache/seatunnel/pull/5207#discussion_r1285319024
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcDmUpsetIT.java:
##########
@@ -206,7 +206,7 @@ Pair<String[], List<SeaTunnelRow>> initTestData() {
};
List<SeaTunnelRow> rows = new ArrayList<>();
- for (int i = 0; i < 100; i++) {
+ for (int i = 0; i < 2; i++) {
Review Comment:
revert
This is the correct logic, refer to
https://github.com/apache/seatunnel/pull/5208
https://github.com/apache/seatunnel/actions/runs/5777293019/job/15657864458?pr=5208
--
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]