-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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: Set field name as json path if not specified #40419
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sunby The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@sunby 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #40419 +/- ##
===========================================
+ Coverage 69.97% 82.14% +12.17%
===========================================
Files 309 1165 +856
Lines 27718 179885 +152167
===========================================
+ Hits 19396 147771 +128375
- Misses 8322 26041 +17719
- Partials 0 6073 +6073
🚀 New features to boost your workflow:
|
@sunby E2e jenkins job failed, comment |
Signed-off-by: sunby <sunbingyi1992@gmail.com>
e4c6265
to
c978295
Compare
@sunby E2e jenkins job failed, comment |
@sunby cpp-unit-test check failed, comment |
* enhance: [2.5] Fix Array.h clang format issue (milvus-io#40536) Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> * fix: cherry pick json index related prs (milvus-io#40568) issue: milvus-io#35528 pr: milvus-io#40407 this pr includes some json index related pr: 1. milvus-io#40407 2. milvus-io#40538 3. milvus-io#40419 --------- Signed-off-by: sunby <sunbingyi1992@gmail.com> * Refine task meta with key lock Signed-off-by: Cai Zhang <cai.zhang@zilliz.com> --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> Signed-off-by: sunby <sunbingyi1992@gmail.com> Signed-off-by: Cai Zhang <cai.zhang@zilliz.com> Co-authored-by: congqixia <congqi.xia@zilliz.com> Co-authored-by: Bingyi Sun <sunbingyi1992@gmail.com>
issue: #35528