RaigorJiang opened a new issue #11918:
URL: https://github.com/apache/shardingsphere/issues/11918
## Bug Report
### Which version of ShardingSphere did you use?
master branch
### Problem
Use `HINT_INLINE` sharding algorithm, but `algorithm-expression` cannot
take effect.
### Reason analyze (If you can)
Class `HintInlineShardingAlgorithm` implements `TypedSPI`, and the
properties value is assigned via `setProps` method like in
`InlineShardingAlgorithm`.
However, in class `HintInlineShardingAlgorithm`, the name of the field
`properties` does not match the `props` required by the interface.
### How to fix it
1. change field name `properties` to `props` in
`HintInlineShardingAlgorithm`;
2. fix the `set` method name in `HintInlineShardingAlgorithmTest`;
For more process information, please refer to [Contributor
Guide](https://shardingsphere.apache.org/community/en/contribute/contributor/)
and code [Code of
Conduct](https://shardingsphere.apache.org/community/en/contribute/code-conduct/).
--
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]