thswlsqls commented on PR #39209: URL: https://github.com/apache/shardingsphere/pull/39209#issuecomment-5549821390
@terrymanu Thanks — I'll rebase and fix both. One thing worth flagging: the CI failure is not only drift. `EncryptTableChangedProcessor` now matches case-insensitively in both `changeRuleItemConfiguration` and `dropRuleItemConfiguration` (#39367), so the original spelling my last commit returns from `buildToBeDroppedRuleConfiguration` also removes the freshly altered table, which is the `assertUpdatePathWhenAlteredTableNameCaseDiffers` failure. Since master now covers that case at the processor level, I'll drop that table handling and keep the stale-encryptor fix, then resolve the `RELEASE-NOTES.md` and test conflicts. -- 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]
