TeslaCN commented on a change in pull request #11060:
URL: https://github.com/apache/shardingsphere/pull/11060#discussion_r661179189
##########
File path:
shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/main/java/org/apache/shardingsphere/shadow/rewrite/parameter/impl/ShadowPredicateParameterRewriter.java
##########
@@ -36,9 +36,10 @@
protected boolean isNeedRewriteForShadow(final SQLStatementContext
sqlStatementContext) {
return true;
}
-
+
@Override
public void rewrite(final ParameterBuilder parameterBuilder, final
SQLStatementContext sqlStatementContext, final List<Object> parameters) {
+
Review comment:
Please remove the blank line.
--
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]