-
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: Check load fields for previous loaded collection #35905
enhance: Check load fields for previous loaded collection #35905
Conversation
Related to milvus-io#35415 This PR make querycoord report error when load request tries to update load fields list, which is currently not supported. Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
[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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #35905 +/- ##
==========================================
+ Coverage 72.65% 81.59% +8.93%
==========================================
Files 1264 1264
Lines 150692 150704 +12
==========================================
+ Hits 109488 122968 +13480
+ Misses 36326 22848 -13478
- Partials 4878 4888 +10
|
/lgtm |
…35905) Related to milvus-io#35415 This PR make querycoord report error when load request tries to update load fields list, which is currently not supported. Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
Related to #35415
This PR make querycoord report error when load request tries to update load fields list, which is currently not supported.