huangjingcai commented on issue #5876:
URL: https://github.com/apache/shardingsphere/issues/5876#issuecomment-694285592
I have the same Error。(The version of the shardingphere-jdbc is 4.1.1)
And I debug the code,the code run here:
InsertClauseShardingConditionEngine.java line:65
`
result.add(createShardingCondition(tableName, columnNames.iterator(),
each, parameters));
`
The first of the parameters is id and the value is null then cause the error.
----------------------------------------------------------------
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:
[email protected]