Skip to content

Commit 38f0248

Browse files
committed
format toml and update slt result
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
1 parent 02f19c2 commit 38f0248

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

datafusion/sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ bigdecimal = { workspace = true }
5656
chrono = { workspace = true }
5757
datafusion-common = { workspace = true, features = ["sql"] }
5858
datafusion-expr = { workspace = true, features = ["sql"] }
59+
datafusion-functions-nested = { workspace = true, features = ["sql"] }
5960
indexmap = { workspace = true }
6061
log = { workspace = true }
6162
recursive = { workspace = true, optional = true }
6263
regex = { workspace = true }
6364
sqlparser = { workspace = true }
64-
datafusion-functions-nested = { workspace = true, features = ["sql"] }
6565

6666
[dev-dependencies]
6767
ctor = { workspace = true }

datafusion/sqllogictest/test_files/explain.slt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ initial_logical_plan
176176
logical_plan after resolve_grouping_function SAME TEXT AS ABOVE
177177
logical_plan after type_coercion SAME TEXT AS ABOVE
178178
analyzed_logical_plan SAME TEXT AS ABOVE
179+
logical_plan after rewrite_set_comparison SAME TEXT AS ABOVE
179180
logical_plan after optimize_unions SAME TEXT AS ABOVE
180181
logical_plan after simplify_expressions SAME TEXT AS ABOVE
181182
logical_plan after replace_distinct_aggregate SAME TEXT AS ABOVE
@@ -197,6 +198,7 @@ logical_plan after single_distinct_aggregation_to_group_by SAME TEXT AS ABOVE
197198
logical_plan after eliminate_group_by_constant SAME TEXT AS ABOVE
198199
logical_plan after common_sub_expression_eliminate SAME TEXT AS ABOVE
199200
logical_plan after optimize_projections TableScan: simple_explain_test projection=[a, b, c]
201+
logical_plan after rewrite_set_comparison SAME TEXT AS ABOVE
200202
logical_plan after optimize_unions SAME TEXT AS ABOVE
201203
logical_plan after simplify_expressions SAME TEXT AS ABOVE
202204
logical_plan after replace_distinct_aggregate SAME TEXT AS ABOVE
@@ -535,6 +537,7 @@ initial_logical_plan
535537
logical_plan after resolve_grouping_function SAME TEXT AS ABOVE
536538
logical_plan after type_coercion SAME TEXT AS ABOVE
537539
analyzed_logical_plan SAME TEXT AS ABOVE
540+
logical_plan after rewrite_set_comparison SAME TEXT AS ABOVE
538541
logical_plan after optimize_unions SAME TEXT AS ABOVE
539542
logical_plan after simplify_expressions SAME TEXT AS ABOVE
540543
logical_plan after replace_distinct_aggregate SAME TEXT AS ABOVE
@@ -556,6 +559,7 @@ logical_plan after single_distinct_aggregation_to_group_by SAME TEXT AS ABOVE
556559
logical_plan after eliminate_group_by_constant SAME TEXT AS ABOVE
557560
logical_plan after common_sub_expression_eliminate SAME TEXT AS ABOVE
558561
logical_plan after optimize_projections TableScan: simple_explain_test projection=[a, b, c]
562+
logical_plan after rewrite_set_comparison SAME TEXT AS ABOVE
559563
logical_plan after optimize_unions SAME TEXT AS ABOVE
560564
logical_plan after simplify_expressions SAME TEXT AS ABOVE
561565
logical_plan after replace_distinct_aggregate SAME TEXT AS ABOVE

0 commit comments

Comments
 (0)