Skip to content

branch-2.1: [fix](iceberg) fix the iceberg eq-delete filter resize-fill bug. #51253 - #51316

Merged
yiguolei merged 1 commit into
branch-2.1from
auto-pick-51253-branch-2.1
May 28, 2025
Merged

branch-2.1: [fix](iceberg) fix the iceberg eq-delete filter resize-fill bug. #51253#51316
yiguolei merged 1 commit into
branch-2.1from
auto-pick-51253-branch-2.1

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-picked from #51253

)
solve the problem of inconsistent filter data in the doris eq-delete
scenario
Problem Summary:
When Doris reads iceberg's data, if there is eq-deleted data, when
filtering the data, the filter will have dirty data due to the incorrect
use of the resize-fill function, which will eventually cause Doris's
data to be filtered incorrectly.
[doris-iceberg-eq-delete-bug.pdf](https://github.com/user-attachments/files/20439214/doris-iceberg-eq-delete-bug.pdf)
@github-actions
github-actionsBot requested a review from yiguolei as a code ownerMay 28, 2025 06:07
@yiguolei

Copy link
Copy Markdown
Contributor

run buildall

@hello-stephen

Copy link
Copy Markdown
Contributor

BE UT Coverage Report

Increment line coverage 0.00% (0/2) 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage39.02% (10323/26456)
Line Coverage30.03% (85779/285615)
Region Coverage28.68% (44246/154250)
Branch Coverage25.41% (22642/89112)

@hello-stephen

Copy link
Copy Markdown
Contributor

BE Regression && UT Coverage Report

Increment line coverage 0.00% (0/2) 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage74.53% (19423/26061)
Line Coverage69.22% (196451/283811)
Region Coverage66.76% (119880/179579)
Branch Coverage59.80% (60270/100778)

@yiguoleiyiguolei reopened this May 28, 2025
@yiguolei
yiguolei merged commit 42f4498 into branch-2.1May 28, 2025
@github-actions
github-actionsBot deleted the auto-pick-51253-branch-2.1 branch May 28, 2025 14:38
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@yiguolei@hello-stephen@ghkang98