CodingBingo commented on a change in pull request #12295:
URL: https://github.com/apache/shardingsphere/pull/12295#discussion_r704926663
##########
File path:
shardingsphere-infra/shardingsphere-infra-binder/src/main/java/org/apache/shardingsphere/infra/binder/segment/insert/values/InsertValueContext.java
##########
@@ -44,14 +45,18 @@
public InsertValueContext(final Collection<ExpressionSegment> assignments,
final List<Object> parameters, final int parametersOffset) {
parameterCount = calculateParameterCount(assignments);
valueExpressions = getValueExpressions(assignments);
- this.parameters = getParameters(parameters, parametersOffset);
+ this.parameters = getParameters(parameters,
parshardingsphere-infra-binderametersOffset);
Review comment:
sorry, this is copy mistake.
--
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]