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

fix: [2.5] empty row for sparse vector #40586

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

xiaofan-luan
Copy link
Collaborator

@xiaofan-luan xiaofan-luan commented Mar 11, 2025

fix: #40584
pr: #40585

@sre-ci-robot sre-ci-robot added the size/L Denotes a PR that changes 100-499 lines. label Mar 11, 2025
Copy link
Contributor

mergify bot commented Mar 11, 2025

@xiaofan-luan Please associate the related pr of master to the body of your Pull Request. (eg. “pr: #”)

Copy link
Contributor

mergify bot commented Mar 11, 2025

@xiaofan-luan

Invalid PR Title Format Detected

Your PR submission does not adhere to our required standards. To ensure clarity and consistency, please meet the following criteria:

  1. Title Format: The PR title must begin with one of these prefixes:
  • feat: for introducing a new feature.
  • fix: for bug fixes.
  • enhance: for improvements to existing functionality.
  • test: for add tests to existing functionality.
  • doc: for modifying documentation.
  • auto: for the pull request from bot.
  1. Description Requirement: The PR must include a non-empty description, detailing the changes and their impact.

Required Title Structure:

[Type]: [Description of the PR]

Where Type is one of feat, fix, enhance, test or doc.

Example:

enhance: improve search performance significantly 

Please review and update your PR to comply with these guidelines.

@dosubot dosubot bot added the kind/bug Issues or changes related a bug label Mar 11, 2025
@xiaofan-luan xiaofan-luan changed the title Fix [2.5] empty row for sparse vector Fix: [2.5] empty row for sparse vector Mar 11, 2025
@xiaofan-luan xiaofan-luan changed the title Fix: [2.5] empty row for sparse vector fix: [2.5] empty row for sparse vector Mar 11, 2025
Copy link

codecov bot commented Mar 11, 2025

Codecov Report

Attention: Patch coverage is 94.11765% with 1 line in your changes missing coverage. Please review.

Project coverage is 80.95%. Comparing base (bd41701) to head (a6a87ae).
Report is 2 commits behind head on 2.5.

Files with missing lines Patch % Lines
internal/util/importutilv2/parquet/field_reader.go 94.11% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##              2.5   #40586   +/-   ##
=======================================
  Coverage   80.94%   80.95%           
=======================================
  Files        1421     1421           
  Lines      200868   200879   +11     
=======================================
+ Hits       162597   162626   +29     
+ Misses      32596    32586   -10     
+ Partials     5675     5667    -8     
Components Coverage Δ
Client 79.77% <ø> (ø)
Core 70.36% <ø> (ø)
Go 82.84% <94.11%> (+0.01%) ⬆️
Files with missing lines Coverage Δ
internal/util/importutilv2/parquet/field_reader.go 64.43% <94.11%> (-0.18%) ⬇️

... and 38 files with indirect coverage changes

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

@czs007
Copy link
Collaborator

czs007 commented Mar 12, 2025

/approve
/lgtm

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: czs007, xiaofan-luan

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:
  • OWNERS [czs007,xiaofan-luan]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mergify mergify bot added the ci-passed label Mar 12, 2025
@sre-ci-robot sre-ci-robot merged commit a7dd0ed into milvus-io:2.5 Mar 12, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved ci-passed dco-passed DCO check passed. kind/bug Issues or changes related a bug lgtm 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