Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
feiniaofeiafei committed Nov 18, 2024
1 parent 53e494e commit f597d27
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public List<Rule> buildRules() {
builder.addAll(super.buildRules());
builder.addAll(ImmutableList.of(
new LogicalPartitionTopNExpressionRewrite().build(),
new LogicalQualifyExpressionRewrite().build(),
new LogicalTopNExpressionRewrite().build(),
new LogicalSetOperationRewrite().build(),
new LogicalWindowRewrite().build(),
Expand Down

0 comments on commit f597d27

Please sign in to comment.