Skip to content

fix: [GoSDK] Loose rowbased insert data check #41498

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

Merged

Conversation

congqixia
Copy link
Contributor

Related to #41460

This PR looses insert data check based on schema. These check shall actually happen at milvus server side.

Related to milvus-io#41460

This PR looses insert data check based on schema. These check shall
actually happen at milvus server side.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
@sre-ci-robot
Copy link
Contributor

[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 added approved area/test size/L Denotes a PR that changes 100-499 lines. sig/testing labels Apr 24, 2025
@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Apr 24, 2025
Copy link

codecov bot commented Apr 24, 2025

Codecov Report

Attention: Patch coverage is 73.77049% with 32 lines in your changes missing coverage. Please review.

Project coverage is 80.45%. Comparing base (e56adc1) to head (174d0a6).
Report is 305 commits behind head on master.

Files with missing lines Patch % Lines
client/row/data.go 73.77% 25 Missing and 7 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #41498   +/-   ##
=======================================
  Coverage   80.45%   80.45%           
=======================================
  Files        1493     1493           
  Lines      212393   212414   +21     
=======================================
+ Hits       170873   170908   +35     
+ Misses      35316    35296   -20     
- Partials     6204     6210    +6     
Components Coverage Δ
Client 79.26% <73.77%> (+0.24%) ⬆️
Core 72.76% <ø> (+0.01%) ⬆️
Go 81.92% <ø> (ø)
Files with missing lines Coverage Δ
client/row/data.go 71.17% <73.77%> (+5.40%) ⬆️

... and 31 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

mergify bot commented Apr 24, 2025

@congqixia E2e jenkins job failed, comment /run-cpu-e2e can trigger the job again.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
@mergify mergify bot added the ci-passed label Apr 24, 2025
Copy link
Contributor

@ThreadDao ThreadDao left a comment

Choose a reason for hiding this comment

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

/lgtm

@sre-ci-robot sre-ci-robot merged commit 6084930 into milvus-io:master Apr 25, 2025
19 of 20 checks passed
congqixia added a commit to congqixia/milvus that referenced this pull request Apr 30, 2025
Related to milvus-io#41460

This PR looses insert data check based on schema. These check shall
actually happen at milvus server side.

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
congqixia added a commit to congqixia/milvus that referenced this pull request Apr 30, 2025
sre-ci-robot pushed a commit that referenced this pull request Apr 30, 2025
pr: #41498 #41576 #41606 #39973

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
Signed-off-by: aoiasd <zhicheng.yue@zilliz.com>
Co-authored-by: aoiasd <45024769+aoiasd@users.noreply.github.com>
@congqixia congqixia deleted the fix/gosdk/loose_rowbased_insertcheck branch May 9, 2025 06:26
@congqixia congqixia added the component/gosdk issues & PRs related to GoSDK package label Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved area/test ci-passed component/gosdk issues & PRs related to GoSDK package dco-passed DCO check passed. kind/bug Issues or changes related a bug lgtm sig/testing 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