-
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: Sync multipleChunkEnabled default value & milvus yaml #39372
base: master
Are you sure you want to change the base?
enhance: Sync multipleChunkEnabled default value & milvus yaml #39372
Conversation
The default value and yaml have different values which may cause confusion when upgrading from older version. Signed-off-by: Congqi Xia <[email protected]>
[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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #39372 +/- ##
===========================================
+ Coverage 69.47% 81.02% +11.54%
===========================================
Files 300 1407 +1107
Lines 26903 198520 +171617
===========================================
+ Hits 18692 160850 +142158
- Misses 8211 32011 +23800
- Partials 0 5659 +5659
|
rerun go-sdk |
…39373) Cherry-pick from master pr: #39372 The default value and yaml have different values which may cause confusion when upgrading from older version. Signed-off-by: Congqi Xia <[email protected]>
The default value and yaml have different values which may cause confusion when upgrading from older version.