Skip to content

Commit 6ea2d97

Browse files
committed
Reapply "fix: reorder output and plans in explain.slt"
This reverts commit 5d1be72.
1 parent 5d1be72 commit 6ea2d97

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

datafusion/sqllogictest/test_files/explain.slt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -647,11 +647,11 @@ logical_plan
647647
02)--{
648648
03)----"Plan": {
649649
04)------"Node Type": "Values",
650-
05)------"Values": "(Int64(1))",
651-
06)------"Plans": [],
652-
07)------"Output": [
653-
08)--------"column1"
654-
09)------]
650+
05)------"Output": [
651+
06)--------"column1"
652+
07)------],
653+
08)------"Plans": [],
654+
09)------"Values": "(Int64(1))"
655655
10)----}
656656
11)--}
657657
12)]

0 commit comments

Comments
 (0)