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: Fix a crash issue of bulkinsert #40304

Open
wants to merge 1 commit into
base: 2.5
Choose a base branch
from
Open

fix: Fix a crash issue of bulkinsert #40304

wants to merge 1 commit into from

Conversation

yhmo
Copy link
Contributor

@yhmo yhmo commented Mar 3, 2025

issue: #40291
pr: #40331

@sre-ci-robot sre-ci-robot added the size/S Denotes a PR that changes 10-29 lines. label Mar 3, 2025
@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: yhmo
To complete the pull request process, please assign tedxu after the PR has been reviewed.
You can assign the PR to them by writing /assign @tedxu in a comment when ready.

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

@yhmo yhmo changed the title Fix a crash issue of bulkinsert fix: Fix a crash issue of bulkinsert Mar 3, 2025
Copy link
Contributor

mergify bot commented Mar 3, 2025

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

Copy link
Contributor

mergify bot commented Mar 3, 2025

@yhmo

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.

@yhmo yhmo requested a review from bigsheeper March 3, 2025 11:03
Copy link

codecov bot commented Mar 3, 2025

Codecov Report

Attention: Patch coverage is 62.50000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 80.91%. Comparing base (d754e0b) to head (9e3855f).
Report is 6 commits behind head on 2.5.

Files with missing lines Patch % Lines
internal/util/importutilv2/parquet/util.go 62.50% 2 Missing and 1 partial ⚠️

❌ Your patch check has failed because the patch coverage (62.50%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              2.5   #40304      +/-   ##
==========================================
+ Coverage   80.89%   80.91%   +0.01%     
==========================================
  Files        1418     1418              
  Lines      200212   200219       +7     
==========================================
+ Hits       161965   161998      +33     
+ Misses      32577    32551      -26     
  Partials     5670     5670              
Components Coverage Δ
Client 79.28% <ø> (ø)
Core 70.15% <ø> (ø)
Go 82.82% <62.50%> (+0.01%) ⬆️
Files with missing lines Coverage Δ
internal/util/importutilv2/parquet/util.go 71.42% <62.50%> (-0.50%) ⬇️

... and 34 files with indirect coverage changes

Copy link
Contributor

mergify bot commented Mar 4, 2025

@yhmo go-sdk check failed, comment rerun go-sdk can trigger the job again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dco-passed DCO check passed. kind/bug Issues or changes related a bug size/S Denotes a PR that changes 10-29 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants