-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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: filter the fields instead of create a new response obj #37845
enhance: filter the fields instead of create a new response obj #37845
Conversation
@SimFG E2e jenkins job failed, comment |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #37845 +/- ##
=======================================
Coverage 81.03% 81.03%
=======================================
Files 1357 1357
Lines 190182 190164 -18
=======================================
- Hits 154121 154107 -14
Misses 30591 30591
+ Partials 5470 5466 -4
|
4173071
to
e969e04
Compare
@SimFG E2e jenkins job failed, comment |
@SimFG go-sdk check failed, comment |
/run-cpu-e2e |
@SimFG E2e jenkins job failed, comment |
Signed-off-by: SimFG <bang.fu@zilliz.com>
e969e04
to
1102ed1
Compare
@SimFG E2e jenkins job failed, comment |
/run-cpu-e2e |
@SimFG go-sdk check failed, comment |
@SimFG cpp-unit-test check failed, comment |
rerun go-sdk |
rerun cpp-unit-test |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: czs007, SimFG 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 |
…us-io#37845) /kind improvement Here you only need to filter out the system fields, and you don’t need to recreate a response, because recreating the response will cause this part to be easily missed when adding fields later. Signed-off-by: SimFG <bang.fu@zilliz.com>
/kind improvement
Here you only need to filter out the system fields, and you don’t need to recreate a response, because recreating the response will cause this part to be easily missed when adding fields later.