Skip to content

Commit 5d1be72

Browse files
committed
Revert "fix: reorder output and plans in explain.slt"
This reverts commit 41e84d3.
1 parent 47bbeb1 commit 5d1be72

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)------"Output": [
651-
06)--------"column1"
652-
07)------],
653-
08)------"Plans": [],
654-
09)------"Values": "(Int64(1))"
650+
05)------"Values": "(Int64(1))",
651+
06)------"Plans": [],
652+
07)------"Output": [
653+
08)--------"column1"
654+
09)------]
655655
10)----}
656656
11)--}
657657
12)]

0 commit comments

Comments
 (0)