Skip to content

Commit 08a20c4

Browse files
committed
test: update snapshot for CLI explain plan environment overrides
1 parent a93669b commit 08a20c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

datafusion-cli/tests/snapshots/cli_explain_environment_overrides@explain_plan_environment_overrides.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ exit_code: 0
1818
| logical_plan | [ |
1919
| | { |
2020
| | "Plan": { |
21-
| | "Expressions": [ |
22-
| | "Int64(123)" |
23-
| | ], |
2421
| | "Node Type": "Projection", |
25-
| | "Output": [ |
22+
| | "Expressions": [ |
2623
| | "Int64(123)" |
2724
| | ], |
2825
| | "Plans": [ |
2926
| | { |
3027
| | "Node Type": "EmptyRelation", |
31-
| | "Output": [], |
32-
| | "Plans": [] |
28+
| | "Plans": [], |
29+
| | "Output": [] |
3330
| | } |
31+
| | ], |
32+
| | "Output": [ |
33+
| | "Int64(123)" |
3434
| | ] |
3535
| | } |
3636
| | } |

0 commit comments

Comments
 (0)