-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhance: [GoSDK] Add alter collection API & expose options #37365
enhance: [GoSDK] Add alter collection API & expose options #37365
Conversation
@congqixia E2e jenkins job failed, comment |
@congqixia go-sdk check failed, comment |
rerun go-sdk |
/run-cpu-e2e |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #37365 +/- ##
==========================================
- Coverage 83.26% 81.00% -2.27%
==========================================
Files 1015 1305 +290
Lines 157473 182909 +25436
==========================================
+ Hits 131121 148166 +17045
- Misses 21163 29540 +8377
- Partials 5189 5203 +14
|
@congqixia go-sdk check failed, comment |
@congqixia E2e jenkins job failed, comment |
Related to milvus-io#31293 This PR: - Add `AlterCollection` API for collection property modification - Expose hidden or missing option methods Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
c9138ec
to
1e8c8f9
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@congqixia go-sdk check failed, comment |
Signed-off-by: Congqi Xia <[email protected]>
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Related to #31293
This PR:
AlterCollection
API for collection property modification