Skip to content

Commit 870d2fa

Browse files
committed
feat:add bool use_full_partitions
1 parent 7da77a2 commit 870d2fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protos/account.proto

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ message SyncAccountInfo {
176176
// if blocked_in_cluster is true, the value is []
177177
// if blocked_in_cluster is false, only unblock in specified paritions
178178
repeated string unblocked_partitions = 6;
179+
optional bool use_full_partitions = 7;
179180
}
180181

181182
message SyncAccountUserInfoRequest {

0 commit comments

Comments
 (0)