This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new e64e5bc063d [Fix](orc-reader) Fixed issue with top level struct column 
having present stream failing to access repeatedly when late materialization 
occurs. (#50651)
e64e5bc063d is described below

commit e64e5bc063ddba4eff43abc596e4fb95165de40f
Author: Qi Chen <[email protected]>
AuthorDate: Wed May 7 23:14:11 2025 +0800

    [Fix](orc-reader) Fixed issue with top level struct column having present 
stream failing to access repeatedly when late materialization occurs. (#50651)
    
    ### 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 <!-- At least one of them must be included. -->
        - [ ] 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 <!-- Add your reason?  -->
    
    - Behavior changed:
        - [ ] No.
        - [ ] Yes. <!-- Explain the behavior change -->
    
    - Does this need documentation?
        - [ ] No.
    - [ ] Yes. <!-- Add document PR link here. eg:
    https://github.com/apache/doris-website/pull/1214 -->
    
    ### Check List (For Reviewer who merge this PR)
    
    - [ ] Confirm the release note
    - [ ] Confirm test cases
    - [ ] Confirm document
    - [ ] Add branch pick label <!-- Add branch pick label that this PR
    should merge into -->
---
 be/src/apache-orc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/apache-orc b/be/src/apache-orc
index db01184f765..a4808d90ac0 160000
--- a/be/src/apache-orc
+++ b/be/src/apache-orc
@@ -1 +1 @@
-Subproject commit db01184f765c03496e4107bd3ac37c077ac4bc5f
+Subproject commit a4808d90ac067e2999a61278981cfb453f226d23


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to