Skip to content

Commit dfbc052

Browse files
committed
update
1 parent c3b5c85 commit dfbc052

File tree

1 file changed

+0
-1
lines changed
  • fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules

1 file changed

+0
-1
lines changed

fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/LogToLn.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public class LogToLn implements ExpressionPatternRuleFactory {
4040
public List<ExpressionPatternMatcher<? extends Expression>> buildRules() {
4141
return ImmutableList.of(
4242
matchesType(Log.class).then(LogToLn::rewrite)
43-
.toRule(ExpressionRuleType.LOG_TO_LN)
4443
);
4544
}
4645

0 commit comments

Comments
 (0)