File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
datafusion/sqllogictest/test_files Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ logical_plan after eliminate_one_union SAME TEXT AS ABOVE
194
194
logical_plan after filter_null_join_keys SAME TEXT AS ABOVE
195
195
logical_plan after eliminate_outer_join SAME TEXT AS ABOVE
196
196
logical_plan after push_down_limit SAME TEXT AS ABOVE
197
+ logical_plan after push_down_sort SAME TEXT AS ABOVE
197
198
logical_plan after push_down_filter SAME TEXT AS ABOVE
198
199
logical_plan after single_distinct_aggregation_to_group_by SAME TEXT AS ABOVE
199
200
logical_plan after eliminate_group_by_constant SAME TEXT AS ABOVE
@@ -216,6 +217,7 @@ logical_plan after eliminate_one_union SAME TEXT AS ABOVE
216
217
logical_plan after filter_null_join_keys SAME TEXT AS ABOVE
217
218
logical_plan after eliminate_outer_join SAME TEXT AS ABOVE
218
219
logical_plan after push_down_limit SAME TEXT AS ABOVE
220
+ logical_plan after push_down_sort SAME TEXT AS ABOVE
219
221
logical_plan after push_down_filter SAME TEXT AS ABOVE
220
222
logical_plan after single_distinct_aggregation_to_group_by SAME TEXT AS ABOVE
221
223
logical_plan after eliminate_group_by_constant SAME TEXT AS ABOVE
You can’t perform that action at this time.
0 commit comments