keliubo commented on issue #21205:
URL:
https://github.com/apache/shardingsphere/issues/21205#issuecomment-1260992120
Equally, when users use hint depots strategy will be to call
getDatabaseShardingValuesFromHint method。
private List<ShardingConditionValue> getDatabaseShardingValuesFromHint() {
return getShardingConditions(HintManager.isDatabaseShardingOnly() ?
HintManager.getDatabaseShardingValues() :
HintManager.getDatabaseShardingValues(logicTableName));
}
LogicTableName is always the table name resulting in an empty return result
--
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]