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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 9e1568618f7 [Optimize](orc-reader) Optimize stripe footer multiple 
reads in orc reader. (#51277)
9e1568618f7 is described below

commit 9e1568618f76a8227159ab823b4706c4a306345c
Author: Qi Chen <[email protected]>
AuthorDate: Wed Jun 11 11:17:43 2025 +0800

    [Optimize](orc-reader) Optimize stripe footer multiple reads in orc reader. 
(#51277)
    
    ### What problem does this PR solve?
    
    Problem Summary:
    
    Cherry-pick #51117
    
    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 a4808d90ac0..0182042e141 160000
--- a/be/src/apache-orc
+++ b/be/src/apache-orc
@@ -1 +1 @@
-Subproject commit a4808d90ac067e2999a61278981cfb453f226d23
+Subproject commit 0182042e141250802b1a6c1d7a5317b0055c776b


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

Reply via email to