Skip to content
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

Support anonymous dynamic schema #462

Merged
merged 1 commit into from
May 24, 2023

Conversation

congqixia
Copy link
Contributor

See also milvus-io/milvus#24232
/kind enhancement

@sre-ci-robot sre-ci-robot added the kind/enhancement New feature or request label May 23, 2023
@sre-ci-robot
Copy link

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sre-ci-robot sre-ci-robot requested a review from sunby May 23, 2023 15:31
@sre-ci-robot sre-ci-robot added approved review approved size/L Denotes a PR that changes 100-499 lines. labels May 23, 2023
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
@codecov
Copy link

codecov bot commented May 23, 2023

Codecov Report

Merging #462 (d5e2f61) into master (2588edc) will decrease coverage by 0.15%.
The diff coverage is 69.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #462      +/-   ##
==========================================
- Coverage   85.00%   84.85%   -0.15%     
==========================================
  Files          35       35              
  Lines        3280     3269      -11     
==========================================
- Hits         2788     2774      -14     
- Misses        389      393       +4     
+ Partials      103      102       -1     
Impacted Files Coverage Δ
entity/columns.go 72.62% <0.00%> (-0.41%) ⬇️
entity/schema.go 94.15% <ø> (-0.17%) ⬇️
entity/rows.go 88.15% <75.00%> (-1.89%) ⬇️
client/data.go 69.91% <100.00%> (+0.32%) ⬆️
client/insert.go 78.87% <100.00%> (-0.30%) ⬇️
entity/columns_json.go 90.32% <100.00%> (+1.03%) ⬆️

@mergify mergify bot added the ci-passed auto merge needed label label May 23, 2023
@@ -92,12 +92,12 @@ func (c *GrpcClient) Search(ctx context.Context, collName string, partitions []s
}

func (c *GrpcClient) parseSearchResult(sch *entity.Schema, outputFields []string, fieldDataList []*schema.FieldData, idx, from, to int) ([]entity.Column, error) {
dynamicField := sch.GetDynamicField()
//dynamicField := sch.GetDynamicField()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this

@yah01
Copy link
Member

yah01 commented May 24, 2023

/lgtm

@sre-ci-robot sre-ci-robot added the lgtm look good to me label May 24, 2023
@sre-ci-robot sre-ci-robot merged commit 6368d50 into milvus-io:master May 24, 2023
@congqixia congqixia deleted the anonymous_dynamic_schema branch June 13, 2023 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved review approved ci-passed auto merge needed label kind/enhancement New feature or request lgtm look good to me size/L Denotes a PR that changes 100-499 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants