Skip to content

Commit

Permalink
Create collection with multi partitions (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: xige-16 <[email protected]>
  • Loading branch information
xige-16 authored May 15, 2023
1 parent fd4c0a9 commit d963c95
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 54 deletions.
114 changes: 61 additions & 53 deletions go-api/msgpb/msg.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion proto/msg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ message CreateCollectionRequest {
// `schema` is the serialized `schema.CollectionSchema`
int64 dbID = 5;
int64 collectionID = 6;
int64 partitionID = 7;
int64 partitionID = 7; // deprecated
bytes schema = 8;
repeated string virtualChannelNames = 9;
repeated string physicalChannelNames = 10;
repeated int64 partitionIDs = 11;
}

message DropCollectionRequest {
Expand Down

0 comments on commit d963c95

Please sign in to comment.