FlyingZC commented on code in PR #22857:
URL: https://github.com/apache/shardingsphere/pull/22857#discussion_r1052885433
##########
features/sharding/core/src/main/java/org/apache/shardingsphere/sharding/route/engine/condition/engine/ShardingConditionEngine.java:
##########
@@ -21,11 +21,22 @@
import org.apache.shardingsphere.infra.binder.statement.SQLStatementContext;
import java.util.List;
+import
org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase;
+import org.apache.shardingsphere.infra.util.spi.type.required.RequiredSPI;
+import org.apache.shardingsphere.sharding.rule.ShardingRule;
/**
* Sharding condition engine.
*/
-public interface ShardingConditionEngine<T extends SQLStatementContext<?>> {
+public interface ShardingConditionEngine<T extends SQLStatementContext<?>>
extends RequiredSPI {
+
+ /**
+ * Initialize the sharding condition engine.
+ *
+ * @param rule Sharding rule
Review Comment:
`Sharding` should be lower case.
--
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]