Skip to content

Commit

Permalink
delete AdjustTopNProject.java
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Dec 26, 2024
1 parent 1cee695 commit b774d35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class AdjustTopNProject extends OneRewriteRuleFactory {

@Override
public Rule build() {
return logicalTopN(logicalProject(logicalAggregate()))
return logicalTopN(logicalProject())
.then(topN -> adjust(topN)).toRule(RuleType.ADJUST_TOPN_PROJECT);
}

Expand Down

This file was deleted.

0 comments on commit b774d35

Please sign in to comment.