sandynz commented on issue #5806:
URL: https://github.com/apache/shardingsphere/issues/5806#issuecomment-943168856
Looks master branch has the same logic:
```
throw new ShardingSphereException("Can not update sharding key, logic table:
[%s], column: [%s].", tableName, shardingColumn);
```
@LightShine , could we just shard by `user_id`?
Since `user_phone` is sharding column, if it's changeable, it'll cause data
record redistribution.
--
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]