Skip to content

Commit 0af945f

Browse files
authored
update userguide (#15710)
1 parent 33f7439 commit 0af945f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/user-guide/sql/explain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ to see the high level structure of the plan
7171
| | ┌─────────────┴─────────────┐ |
7272
| | │ RepartitionExec │ |
7373
| | │ -------------------- │ |
74-
| | │ output_partition_count: │ |
74+
| | │ input_partition_count: │ |
7575
| | │ 16 │ |
7676
| | │ │ |
7777
| | │ partitioning_scheme: │ |
@@ -80,7 +80,7 @@ to see the high level structure of the plan
8080
| | ┌─────────────┴─────────────┐ |
8181
| | │ RepartitionExec │ |
8282
| | │ -------------------- │ |
83-
| | │ output_partition_count: │ |
83+
| | │ input_partition_count: │ |
8484
| | │ 1 │ |
8585
| | │ │ |
8686
| | │ partitioning_scheme: │ |

0 commit comments

Comments
 (0)