Hisoka-X commented on code in PR #7880:
URL: https://github.com/apache/seatunnel/pull/7880#discussion_r1808311341
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mysql-e2e/src/test/java/org/apache/seatunnel/connectors/seatunnel/cdc/mysql/MysqlCDCIT.java:
##########
@@ -329,11 +328,12 @@ public void testMultiTableWithRestore(TestContainer
container)
clearTable(MYSQL_DATABASE2, SOURCE_TABLE_1);
clearTable(MYSQL_DATABASE2, SOURCE_TABLE_2);
+ String jobId = JobIdGenerator.newJobId();
Review Comment:
I think we should let the jobid as long type.
--
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]