Skip to content

Commit

Permalink
Replace our AggregateValuesRule with Calcite's. (apache#3845)
Browse files Browse the repository at this point in the history
gianm authored and himanshug committed Jan 12, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 31bea38 commit b0232b4
Showing 2 changed files with 1 addition and 98 deletions.

This file was deleted.

1 change: 1 addition & 0 deletions sql/src/main/java/io/druid/sql/calcite/planner/Rules.java
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@
import org.apache.calcite.rel.rules.AggregateProjectPullUpConstantsRule;
import org.apache.calcite.rel.rules.AggregateRemoveRule;
import org.apache.calcite.rel.rules.AggregateStarTableRule;
import org.apache.calcite.rel.rules.AggregateValuesRule;
import org.apache.calcite.rel.rules.CalcRemoveRule;
import org.apache.calcite.rel.rules.DateRangeRules;
import org.apache.calcite.rel.rules.FilterAggregateTransposeRule;

0 comments on commit b0232b4

Please sign in to comment.