We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b5c85 commit dfbc052Copy full SHA for dfbc052
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/LogToLn.java
@@ -40,7 +40,6 @@ public class LogToLn implements ExpressionPatternRuleFactory {
40
public List<ExpressionPatternMatcher<? extends Expression>> buildRules() {
41
return ImmutableList.of(
42
matchesType(Log.class).then(LogToLn::rewrite)
43
- .toRule(ExpressionRuleType.LOG_TO_LN)
44
);
45
}
46
0 commit comments