@@ -1093,22 +1093,28 @@ physical_plan
1093
1093
11)└───────────────────────────┘└─────────────┬─────────────┘
1094
1094
12)-----------------------------┌─────────────┴─────────────┐
1095
1095
13)-----------------------------│ AggregateExec │
1096
- 14)-----------------------------└─────────────┬─────────────┘
1097
- 15)-----------------------------┌─────────────┴─────────────┐
1098
- 16)-----------------------------│ CoalescePartitionsExec │
1096
+ 14)-----------------------------│ -------------------- │
1097
+ 15)-----------------------------│ aggr: count(Int64(1)) │
1098
+ 16)-----------------------------│ mode: Final │
1099
1099
17)-----------------------------└─────────────┬─────────────┘
1100
1100
18)-----------------------------┌─────────────┴─────────────┐
1101
- 19)-----------------------------│ AggregateExec │
1101
+ 19)-----------------------------│ CoalescePartitionsExec │
1102
1102
20)-----------------------------└─────────────┬─────────────┘
1103
1103
21)-----------------------------┌─────────────┴─────────────┐
1104
- 22)-----------------------------│ RepartitionExec │
1105
- 23)-----------------------------└─────────────┬─────────────┘
1106
- 24)-----------------------------┌─────────────┴─────────────┐
1107
- 25)-----------------------------│ DataSourceExec │
1108
- 26)-----------------------------│ -------------------- │
1109
- 27)-----------------------------│ files: 1 │
1110
- 28)-----------------------------│ format: parquet │
1111
- 29)-----------------------------└───────────────────────────┘
1104
+ 22)-----------------------------│ AggregateExec │
1105
+ 23)-----------------------------│ -------------------- │
1106
+ 24)-----------------------------│ aggr: count(Int64(1)) │
1107
+ 25)-----------------------------│ mode: Partial │
1108
+ 26)-----------------------------└─────────────┬─────────────┘
1109
+ 27)-----------------------------┌─────────────┴─────────────┐
1110
+ 28)-----------------------------│ RepartitionExec │
1111
+ 29)-----------------------------└─────────────┬─────────────┘
1112
+ 30)-----------------------------┌─────────────┴─────────────┐
1113
+ 31)-----------------------------│ DataSourceExec │
1114
+ 32)-----------------------------│ -------------------- │
1115
+ 33)-----------------------------│ files: 1 │
1116
+ 34)-----------------------------│ format: parquet │
1117
+ 35)-----------------------------└───────────────────────────┘
1112
1118
1113
1119
# Query with cross join.
1114
1120
query TT
0 commit comments