Senrian commented on PR #8006:
URL: https://github.com/apache/incubator-seata/pull/8006#issuecomment-3995123558

   
非常抱歉,这个PR确实没有解决复合主键重复的问题。我之前提交的只是代码风格优化(用CollectionUtils.isEmpty()替换显式null检查),并没有触及导致重复字段的核心逻辑。
   
   
要真正解决#8005中的复合主键问题,需要深入分析afterImage生成时为何会产生重复字段。这可能需要在BaseInsertExecutor或相关类中添加去重逻辑。
   
   感谢您的测试反馈!这个PR可能需要关闭或重新设计。我会继续调查正确的修复方案。


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to