-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[2.5] support default value and null (#369)
* init 2.5 Signed-off-by: ryjiang <jiangruiyi@gmail.com> * update milvus version Signed-off-by: ryjiang <jiangruiyi@gmail.com> * update proto Signed-off-by: ryjiang <jiangruiyi@gmail.com> * WIP: support default value & null Signed-off-by: ryjiang <jiangruiyi@gmail.com> * fix json format Signed-off-by: ryjiang <jiangruiyi@gmail.com> * WIP Signed-off-by: ryjiang <jiangruiyi@gmail.com> * WIP Signed-off-by: ryjiang <jiangruiyi@gmail.com> * WIP Signed-off-by: ryjiang <jiangruiyi@gmail.com> * add null test for array Signed-off-by: ryjiang <jiangruiyi@gmail.com> * recover ip Signed-off-by: ryjiang <jiangruiyi@gmail.com> * WIP Signed-off-by: shanghaikid <jiangruiyi@gmail.com> * finish default_null Signed-off-by: ryjiang <jiangruiyi@gmail.com> * update test version Signed-off-by: ryjiang <jiangruiyi@gmail.com> * fix test Signed-off-by: ryjiang <jiangruiyi@gmail.com> * update test Signed-off-by: ryjiang <jiangruiyi@gmail.com> --------- Signed-off-by: ryjiang <jiangruiyi@gmail.com> Signed-off-by: shanghaikid <jiangruiyi@gmail.com>
- Loading branch information
1 parent
f546023
commit 9f46da2
Showing
20 changed files
with
255 additions
and
81 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
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
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
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
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
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
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
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 proto
updated
8 files
+235 −231 | go-api/commonpb/common.pb.go | |
+2,617 −2,508 | go-api/milvuspb/milvus.pb.go | |
+134 −51 | go-api/rgpb/rg.pb.go | |
+511 −166 | go-api/schemapb/schema.pb.go | |
+1 −0 | proto/common.proto | |
+6 −2 | proto/milvus.proto | |
+7 −0 | proto/rg.proto | |
+22 −1 | proto/schema.proto |
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
Oops, something went wrong.