-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: grant ManualCompact api doesn't work
cause RBAC require to check collection name, but ManualCompact rpc pass collection id in request, so grant ManualCompact api doesn't work. This PR refine compact api impl to pass collection name in request. Signed-off-by: Wei Liu <[email protected]>
- Loading branch information
1 parent
053c568
commit cfa78ec
Showing
11 changed files
with
368 additions
and
338 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
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
8 files
+531 −516 | go-api/commonpb/common.pb.go | |
+1,528 −1,507 | go-api/milvuspb/milvus.pb.go | |
+136 −32 | go-api/msgpb/msg.pb.go | |
+293 −274 | go-api/schemapb/schema.pb.go | |
+2 −0 | proto/common.proto | |
+5 −3 | proto/milvus.proto | |
+7 −0 | proto/msg.proto | |
+2 −0 | proto/schema.proto |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.