Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JsDove/milvus-proto into support_…
Browse files Browse the repository at this point in the history
…alterindex
  • Loading branch information
JsDove committed Nov 4, 2024
2 parents 684482d + ec24845 commit 94395e7
Show file tree
Hide file tree
Showing 6 changed files with 401 additions and 307 deletions.
466 changes: 235 additions & 231 deletions go-api/commonpb/common.pb.go

Large diffs are not rendered by default.

185 changes: 134 additions & 51 deletions go-api/rgpb/rg.pb.go

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

47 changes: 23 additions & 24 deletions go-api/schemapb/schema.pb.go

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

1 change: 1 addition & 0 deletions proto/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ enum MsgType {
Upsert = 404;
ManualFlush = 405; // streaming service new msg type for internal usage compatible
FlushSegment = 406; // streaming service new msg type for internal usage compatible
CreateSegment = 407; // streaming service new msg type for internal usage compatible

/* QUERY */
Search = 500;
Expand Down
Loading

0 comments on commit 94395e7

Please sign in to comment.