Skip to content

[Fix](orc-reader) Fixed issue with top level struct column having present stream failing to access repeatedly when late materialization occurs. - #50651

Merged
yiguolei merged 1 commit into
apache:branch-2.1from
kaka11chen:fix_top_struct_column_present_stream_when_late_mat-2.1
May 7, 2025
Merged

[Fix](orc-reader) Fixed issue with top level struct column having present stream failing to access repeatedly when late materialization occurs.#50651
yiguolei merged 1 commit into
apache:branch-2.1from
kaka11chen:fix_top_struct_column_present_stream_when_late_mat-2.1

Conversation

@kaka11chen

Copy link
Copy Markdown
Contributor

What problem does this PR solve?

Issue Number: close #xxx

Related PR: #xxx

Problem Summary:

Release note

Cherry-pick #50358

None

Check List (For Author)

  • Test

    • Regression test
    • Unit Test
    • Manual test (add detailed scripts or steps below)
    • No need to test or manual test. Explain why:
      • This is a refactor/code format and no logic has been changed.
      • Previous test can cover this change.
      • No code files have been changed.
      • Other reason
  • Behavior changed:

    • No.
    • Yes.
  • Does this need documentation?

    • No.
    • Yes.

Check List (For Reviewer who merge this PR)

  • Confirm the release note
  • Confirm test cases
  • Confirm document
  • Add branch pick label

…failing to access repeatedly when late materialization occurs.
@kaka11chen
kaka11chen requested a review from yiguolei as a code ownerMay 7, 2025 07:14
@Thearas

Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@kaka11chen

Copy link
Copy Markdown
ContributorAuthor

run buildall

@kaka11chenkaka11chen changed the title [Fix] Fixed issue with top level struct column having present stream failing to access repeatedly when late materialization occurs.[Fix](orc-reader) Fixed issue with top level struct column having present stream failing to access repeatedly when late materialization occurs.May 7, 2025
@doris-robot

Copy link
Copy Markdown

BE UT Coverage Report

Increment line coverage 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage38.87% (10279/26442)
Line Coverage29.92% (85370/285368)
Region Coverage28.58% (44023/154038)
Branch Coverage25.31% (22516/88978)

@hello-stephen

Copy link
Copy Markdown
Contributor

BE Regression && UT Coverage Report

Increment line coverage 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage76.11% (19827/26052)
Line Coverage71.54% (202860/283575)
Region Coverage69.24% (124192/179353)
Branch Coverage62.47% (62872/100636)

@yiguolei
yiguolei merged commit e64e5bc into apache:branch-2.1May 7, 2025
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.

5 participants

@kaka11chen@Thearas@doris-robot@hello-stephen@yiguolei