Sakshi-75 commented on issue #28548: URL: https://github.com/apache/shardingsphere/issues/28548#issuecomment-1761561696
Hi @tuichenchuxin , I had a query regarding the behavior of the isExisted method in the EncryptColumnExistedReviser.class . If I pass a column name that doesn't exist in the encryptTable then according to the logic: encryptTable.isCipherColumn(originalName) will be False encryptTable.isAssistedQueryColumn(originalName) will be False encryptTable.isLikeQueryColumn(originalName) will be False But according to the code it'll be: False || !False && !False => False || True && True => True I just wanted to confirm if that's expected behavior for this code. -- 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]
