FlyingZC commented on PR #21076: URL: https://github.com/apache/shardingsphere/pull/21076#issuecomment-1275476245
Please check the code @null-sys .In the original logic, the input parameter `[ex1, ex2]`,then the method will return `ex1 and ex1.next = ex2`;After your change,the input parameter `[ex1, ex2]`,then the method will return `ex2 and ex2.next = ex1`;It's not same. -- 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]
