cheese8 commented on a change in pull request #13506:
URL: https://github.com/apache/shardingsphere/pull/13506#discussion_r745318497



##########
File path: 
shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-core/src/main/java/org/apache/shardingsphere/encrypt/rule/EncryptRule.java
##########
@@ -231,7 +231,7 @@ public String getCipherColumn(final String logicTable, 
final String logicColumn)
     public List<Object> getEncryptAssistedQueryValues(final String schemaName, 
final String logicTable, final String logicColumn, final List<Object> 
originalValues) {
         Optional<EncryptAlgorithm> encryptor = findEncryptor(schemaName, 
logicTable, logicColumn);
         Preconditions.checkArgument(encryptor.isPresent() && encryptor.get() 
instanceof QueryAssistedEncryptAlgorithm,
-                String.format("Can not find QueryAssistedEncryptAlgorithm by 
%s.%s.", logicTable, logicColumn));
+                String.format("Cannot find QueryAssistedEncryptAlgorithm by 
%s.%s.", logicTable, logicColumn));

Review comment:
       just to test ci is ready or not




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


Reply via email to