totalo commented on code in PR #18067:
URL: https://github.com/apache/shardingsphere/pull/18067#discussion_r884627940
##########
examples/shardingsphere-example-generator/src/main/resources/template/jdbc/java/TestQueryAssistedShardingEncryptAlgorithm.ftl:
##########
@@ -50,4 +50,9 @@ public final class TestQueryAssistedShardingEncryptAlgorithm
implements QueryAss
public String getType() {
return "assistedTest";
}
+
+ @Override
+ public void init(Properties props) {
Review Comment:
Thanks for your contribution, but this init method I think needs to
initialize props, you can refer to the rest of the
TestQueryAssistedShardingEncryptAlgorithm file
--
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]