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 d543713ceb7 [fix & opt](orc) ORC-1525: Fix bad read in
RleDecoderV2::readByte and Decompress zlib by libdeflate. (#53078)
d543713ceb7 is described below
commit d543713ceb7b23bfbf776401ef65053a37052b5e
Author: Qi Chen <[email protected]>
AuthorDate: Wed Jul 16 12:28:12 2025 +0800
[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 <!-- 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 0182042e141..8c0b7f87768 160000
--- a/be/src/apache-orc
+++ b/be/src/apache-orc
@@ -1 +1 @@
-Subproject commit 0182042e141250802b1a6c1d7a5317b0055c776b
+Subproject commit 8c0b7f877684c4d2b5745ab271aab900f85c5cee
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]