RaigorJiang commented on a change in pull request #13510: URL: https://github.com/apache/shardingsphere/pull/13510#discussion_r745342951
########## File path: docs/document/content/user-manual/shardingsphere-proxy/usage/distsql/syntax/rdl/rdl-shadow-rule.cn.md ########## @@ -33,7 +35,7 @@ algorithmProperty: key=value - `resourceMapping` 指定源数据库和影子库的映射关系,需使用 RDL 管理的 `resource` ,请参考 [数据源资源](https://shardingsphere.apache.org/document/current/cn/features/dist-sql/syntax/rdl/rdl-resource/) - `shadowAlgorithm` 可同时作用于多个 `shadowTableRule` - `algorithmName` 未指定时会根据 `ruleName`、`tableName` 和 `shadowAlgorithmType` 自动生成 -- `shadowAlgorithmType` 目前支持 `COLUMN_REGEX_MATCH` 和 `SIMPLE_NOTE` +- `shadowAlgorithmType` 目前支持 `VALUE_MATCH` 和 `REGEX_MATCH` 以及 `SIMPLE_HINT` Review comment: 支持 `VALUE_MATCH`、`REGEX_MATCH` 和 `SIMPLE_HINT` -- 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]
