-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhance: [2.4]Update the template expression proto to improve transmi…
…ssion efficiency (#2336) milvus pr: milvus-io/milvus#37484 master pr: #2334 Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
- Loading branch information
1 parent
c87b21c
commit b076aac
Showing
6 changed files
with
95 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule milvus-proto
updated
5 files
+2 −3 | .github/workflows/check.yaml | |
+245 −232 | go-api/commonpb/common.pb.go | |
+278 −122 | go-api/schemapb/schema.pb.go | |
+3 −0 | proto/common.proto | |
+17 −9 | proto/schema.proto |
Oops, something went wrong.