You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/10/02 06:49:53 UTC

[GitHub] [incubator-shardingsphere] terrymanu commented on a change in pull request #3158: testcase code added for package of org.apache.shardingsphere.core.optimize.segment.insert

terrymanu commented on a change in pull request #3158: testcase code added for package of org.apache.shardingsphere.core.optimize.segment.insert
URL: https://github.com/apache/incubator-shardingsphere/pull/3158#discussion_r330391423
 
 

 ##########
 File path: sharding-core/sharding-core-preprocessor/src/main/java/org/apache/shardingsphere/core/optimize/segment/insert/InsertValueContext.java
 ##########
 @@ -40,19 +40,19 @@
 @Getter
 @ToString
 public final class InsertValueContext {
-    
+
     private final int parametersCount;
-    
+
     private final List<ExpressionSegment> valueExpressions;
-    
+
     private final List<Object> parameters;
-    
+
 
 Review comment:
   Please do not change original indent.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services