thswlsqls commented on PR #39209: URL: https://github.com/apache/shardingsphere/pull/39209#issuecomment-5338572450
@terrymanu Thanks for the review. You're right — the fix stopped at algorithm discovery: `buildToBeDroppedRuleConfiguration` still returns an empty table collection, so the original `t_encrypt` item survives while the encryptors it references are dropped. I'll return the original-cased table item so `AlterDatabaseRuleOperator` removes it, and add a test on the update path asserting one persisted table with no stale encryptor reference. -- 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]
