Skip to content

Commit

Permalink
Add early invocation of PushPredicateIntoTableScan
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed May 8, 2019
1 parent 38ebcfb commit 6bbd30d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ public PlanOptimizers(
new PushLimitThroughOuterJoin(),
new PushLimitThroughSemiJoin(),
new PushLimitIntoTableScan(metadata),
new PushPredicateIntoTableScan(metadata, typeAnalyzer),
new RemoveTrivialFilters(),
new ImplementFilteredAggregations(),
new SingleDistinctAggregationToGroupBy(),
Expand Down

0 comments on commit 6bbd30d

Please sign in to comment.