File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -243,8 +243,6 @@ impl Optimizer {
243
243
Arc :: new( SingleDistinctToGroupBy :: new( ) ) ,
244
244
// The previous optimizations added expressions and projections,
245
245
// that might benefit from the following rules
246
- Arc :: new( SimplifyExpressions :: new( ) ) ,
247
- Arc :: new( CommonSubexprEliminate :: new( ) ) ,
248
246
Arc :: new( EliminateGroupByConstant :: new( ) ) ,
249
247
Arc :: new( OptimizeProjections :: new( ) ) ,
250
248
] ;
Original file line number Diff line number Diff line change @@ -196,8 +196,6 @@ logical_plan after eliminate_outer_join SAME TEXT AS ABOVE
196
196
logical_plan after push_down_limit SAME TEXT AS ABOVE
197
197
logical_plan after push_down_filter SAME TEXT AS ABOVE
198
198
logical_plan after single_distinct_aggregation_to_group_by SAME TEXT AS ABOVE
199
- logical_plan after simplify_expressions SAME TEXT AS ABOVE
200
- logical_plan after common_sub_expression_eliminate SAME TEXT AS ABOVE
201
199
logical_plan after eliminate_group_by_constant SAME TEXT AS ABOVE
202
200
logical_plan after optimize_projections TableScan: simple_explain_test projection=[a, b, c]
203
201
logical_plan after eliminate_nested_union SAME TEXT AS ABOVE
@@ -219,8 +217,6 @@ logical_plan after eliminate_outer_join SAME TEXT AS ABOVE
219
217
logical_plan after push_down_limit SAME TEXT AS ABOVE
220
218
logical_plan after push_down_filter SAME TEXT AS ABOVE
221
219
logical_plan after single_distinct_aggregation_to_group_by SAME TEXT AS ABOVE
222
- logical_plan after simplify_expressions SAME TEXT AS ABOVE
223
- logical_plan after common_sub_expression_eliminate SAME TEXT AS ABOVE
224
220
logical_plan after eliminate_group_by_constant SAME TEXT AS ABOVE
225
221
logical_plan after optimize_projections SAME TEXT AS ABOVE
226
222
logical_plan TableScan: simple_explain_test projection=[a, b, c]
You can’t perform that action at this time.
0 commit comments