Skip to content

Commit

Permalink
[hotfix] fix filter merge after rule (apache#11989)
Browse files Browse the repository at this point in the history
Co-authored-by: Rong Rong <[email protected]>
  • Loading branch information
walterddr and Rong Rong authored Nov 10, 2023
1 parent 2beb9a4 commit b38bd9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ private PinotQueryRuleSets() {
// The pruner rules run top-down to ensure Calcite restarts from root node after applying a transformation.
public static final Collection<RelOptRule> PRUNE_RULES = ImmutableList.of(
CoreRules.PROJECT_MERGE,
CoreRules.FILTER_MERGE,
CoreRules.AGGREGATE_REMOVE,
CoreRules.SORT_REMOVE,
PruneEmptyRules.AGGREGATE_INSTANCE, PruneEmptyRules.FILTER_INSTANCE, PruneEmptyRules.JOIN_LEFT_INSTANCE,
Expand Down

0 comments on commit b38bd9f

Please sign in to comment.