-
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: return exception type name when segcore return unkonwn exception #38326
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #38326 +/- ##
==========================================
+ Coverage 81.02% 81.04% +0.01%
==========================================
Files 1380 1380
Lines 195145 195150 +5
==========================================
+ Hits 158115 158153 +38
+ Misses 31448 31426 -22
+ Partials 5582 5571 -11
|
@aoiasd E2e jenkins job failed, comment |
@aoiasd E2e jenkins job failed, comment |
/lgtm |
@aoiasd E2e jenkins job failed, comment |
/run-cpu-e2e |
@aoiasd E2e jenkins job failed, comment |
0a0b1cd
to
d466281
Compare
@aoiasd Thanks for your contribution. Please submit with DCO, see the contributing guide https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md#developer-certificate-of-origin-dco. |
@aoiasd E2e jenkins job failed, comment |
@aoiasd go-sdk check failed, comment |
@aoiasd E2e jenkins job failed, comment |
@aoiasd E2e jenkins job failed, comment |
Signed-off-by: aoiasd <[email protected]>
@aoiasd cpp-unit-test check failed, comment |
rerun cpp-unit-test |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aoiasd, congqixia, xiaofan-luan 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 |
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.
TODO: update the error message and pre-check this expression in proxy
relate: #38265