EMsnap opened a new pull request, #7164: URL: https://github.com/apache/inlong/pull/7164
### Prepare a Pull Request - Fixes #7161 ### Motivation Mysql connector only output the latest record in snapshot stage for table without primary key ### Modifications when normalizedSplitRecords, use a list to store records without primary key rather than a map with format <key, record> , since the key is null for table without primary key and the records would overide others ### Verifying this change run allmigrateTest ### Documentation - Does this pull request introduce a new feature? (no) -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org