From d543713ceb7b23bfbf776401ef65053a37052b5e Mon Sep 17 00:00:00 2001 From: Qi Chen Date: Wed, 16 Jul 2025 12:28:12 +0800 Subject: [PATCH] [fix & opt](orc) ORC-1525: Fix bad read in RleDecoderV2::readByte and Decompress zlib by libdeflate. (#53078) ### What problem does this PR solve? Problem Summary: ### Release note Cherry-pick #51775 ### 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 --- 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 0182042e14..8c0b7f8776 160000 --- a/be/src/apache-orc +++ b/be/src/apache-orc @@ -1 +1 @@ -Subproject commit 0182042e141250802b1a6c1d7a5317b0055c776b +Subproject commit 8c0b7f877684c4d2b5745ab271aab900f85c5cee