-
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 <[email protected]> * update milvus version Signed-off-by: ryjiang <[email protected]> * update proto Signed-off-by: ryjiang <[email protected]> * WIP: support default value & null Signed-off-by: ryjiang <[email protected]> * fix json format Signed-off-by: ryjiang <[email protected]> * WIP Signed-off-by: ryjiang <[email protected]> * WIP Signed-off-by: ryjiang <[email protected]> * WIP Signed-off-by: ryjiang <[email protected]> * add null test for array Signed-off-by: ryjiang <[email protected]> * recover ip Signed-off-by: ryjiang <[email protected]> * WIP Signed-off-by: shanghaikid <[email protected]> * finish default_null Signed-off-by: ryjiang <[email protected]> * update test version Signed-off-by: ryjiang <[email protected]> * fix test Signed-off-by: ryjiang <[email protected]> * update test Signed-off-by: ryjiang <[email protected]> --------- Signed-off-by: ryjiang <[email protected]> Signed-off-by: shanghaikid <[email protected]>
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@zilliz/milvus2-sdk-node", | ||
"author": "[email protected]", | ||
"milvusVersion": "master-20241024-f78f6112-amd64", | ||
"milvusVersion": "master-20241105-bd04cac4-amd64", | ||
"version": "2.4.9", | ||
"main": "dist/milvus", | ||
"files": [ | ||
|
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.