Skip to content

Commit

Permalink
Disable optimizer rule for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Feb 10, 2016
1 parent d59d2c4 commit ad5e40f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ abstract class Optimizer extends RuleExecutor[LogicalPlan] {
PushPredicateThroughProject,
PushPredicateThroughGenerate,
PushPredicateThroughAggregate,
LimitPushDown,
// LimitPushDown, // Disabled until we have whole-stage codegen for limit
ColumnPruning,
// Operator combine
CollapseRepartition,
Expand Down

0 comments on commit ad5e40f

Please sign in to comment.