strongduanmu commented on code in PR #27410:
URL: https://github.com/apache/shardingsphere/pull/27410#discussion_r1271751885
##########
features/sharding/core/src/main/java/org/apache/shardingsphere/sharding/route/engine/condition/generator/impl/ConditionValueCompareOperatorGenerator.java:
##########
@@ -53,7 +53,9 @@ public final class ConditionValueCompareOperatorGenerator
implements ConditionVa
private static final String AT_LEAST = ">=";
- private static final Collection<String> OPERATORS = new
HashSet<>(Arrays.asList(EQUAL, GREATER_THAN, LESS_THAN, AT_LEAST, AT_MOST));
+ private static final String IS = "IS";
Review Comment:
If user use `is`, can we support?
--
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]