feat: impl StructArray -- support same names in different STRUCT#44557
feat: impl StructArray -- support same names in different STRUCT#44557sre-ci-robot merged 6 commits intomilvus-io:masterfrom
Conversation
Signed-off-by: SpadeA <[email protected]>
|
[ci-v2-notice]
To rerun ci-v2 checks, comment with:
If you have any questions or requests, please contact @zhikunyao. |
| } | ||
|
|
||
| // FieldsData in results are flattened, so we need to reconstruct the struct fields | ||
| func reconstructStructFieldData(results *milvuspb.QueryResults, schema *schemapb.CollectionSchema) { |
Signed-off-by: SpadeA <[email protected]>
|
@SpadeA-Tang go-sdk check failed, comment |
|
@SpadeA-Tang cpu-e2e job failed, comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #44557 +/- ##
===========================================
- Coverage 83.99% 77.01% -6.98%
===========================================
Files 504 1824 +1320
Lines 76804 284920 +208116
===========================================
+ Hits 64511 219435 +154924
- Misses 12293 58406 +46113
- Partials 0 7079 +7079
🚀 New features to boost your workflow:
|
Signed-off-by: SpadeA <[email protected]>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SpadeA-Tang, zhengbuqian The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: SpadeA <[email protected]>
|
@SpadeA-Tang cpu-e2e job failed, comment |
|
@SpadeA-Tang go-sdk check failed, comment |
|
rerun go-sdk |
|
@SpadeA-Tang go-sdk check failed, comment |
|
@SpadeA-Tang go-sdk check failed, comment |
|
rerun go-sdk |
|
@SpadeA-Tang go-sdk check failed, comment |
|
rerun go-sdk |
|
/refresh-label |
Signed-off-by: SpadeA <[email protected]>
|
/ci-rerun-ut-integration |
|
/lgtm |
) After #44557, the field name in STRUCT field becomes STRUCT_NAME[FIELD_NAME] This PR make import consider the change. issue: #45006 ref: #42148 TODO: parquet is much more complex than csv/json, and I will leave it to a separate PR. --------- Signed-off-by: SpadeA <[email protected]>
ref: #42148