tuohai666 commented on a change in pull request #3021: Feature#2601 Check RoutingResult. URL: https://github.com/apache/incubator-shardingsphere/pull/3021#discussion_r324969930
########## File path: sharding-core/sharding-core-api/src/main/java/org/apache/shardingsphere/api/config/sharding/strategy/InlineShardingStrategyConfiguration.java ########## @@ -39,4 +39,12 @@ public InlineShardingStrategyConfiguration(final String shardingColumn, final St this.shardingColumn = shardingColumn; this.algorithmExpression = algorithmExpression; } + + @Override + public String toString() { + return "Inline{" Review comment: Please don't start a new line until the current line reaches 200 characters. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services