Skip to content

Commit 9a83272

Browse files
committed
update agg mode
1 parent d22c072 commit 9a83272

File tree

2 files changed

+90
-95
lines changed

2 files changed

+90
-95
lines changed

go-tipb/executor.pb.go

Lines changed: 89 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/executor.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ message Aggregation {
149149
optional bool streamed = 3 [(gogoproto.nullable) = false];
150150
optional Executor child = 6;
151151
// aggregation function mode.
152-
optional AggFunctionMode mode = 7;
152+
optional AggFunctionMode mode = 7 [(gogoproto.nullable) = false];
153153
}
154154

155155
message TopN {

0 commit comments

Comments
 (0)