wanghaichao2195 commented on issue #5596:
URL: https://github.com/apache/shardingsphere/issues/5596#issuecomment-702520164
I have this issue today, but I'm 100 percent sure the sharding key is the
same (in my case is "uid"), but in ShardingUpdateStatementValidator,
the "shardingColumnSetAssignmentValue" is the correct value of uid,
but in
```java
if (whereSegmentOptional.isPresent()) {
shardingValue = getShardingValue(whereSegmentOptional.get(),
parameters, shardingColumn);
}
```
the getShardingValue will return empty because the identifier in it is "id"
(which is the primary key, not shardingColumn in my table)

----------------------------------------------------------------
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]