You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2023/01/05 08:54:17 UTC

[GitHub] [inlong] EMsnap opened a new pull request, #7164: [INLONG-7161][Sort] Fix bug that Mysql connector only output the latest record in snapshot stage for table without primary key

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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang merged pull request #7164: [INLONG-7161][Sort] Fix bug that Mysql connector only output the latest record in snapshot stage for table without primary key

Posted by GitBox <gi...@apache.org>.
dockerzhang merged PR #7164:
URL: https://github.com/apache/inlong/pull/7164


-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org