This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new e190f1f741f [fix & opt](orc) ORC-1525: Fix bad read in
RleDecoderV2::readByte and Decompress zlib by libdeflate. (#51775)
e190f1f741f is described below
commit e190f1f741f44ad4594e6698673361f2f3df7d98
Author: Qi Chen <[email protected]>
AuthorDate: Wed Jun 18 22:42:35 2025 +0800
[fix & opt](orc) ORC-1525: Fix bad read in RleDecoderV2::readByte and
Decompress zlib by libdeflate. (#51775)
### What problem does this PR solve?
Problem Summary:
### Release note
1. Cherry-pick ORC-1525 to fix bad read in RleDecoderV2::readByte.
- third-party PR: https://github.com/apache/doris-thirdparty/pull/322
- orc issue: https://issues.apache.org/jira/browse/ORC-1525
- orc PR: https://github.com/apache/orc/pull/1645
2. Decompress zlib by libdeflate.
---
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 72787269f5f..ef68c6ff736 160000
--- a/be/src/apache-orc
+++ b/be/src/apache-orc
@@ -1 +1 @@
-Subproject commit 72787269f5f52ab0174bac1dbf54050bb7b60242
+Subproject commit ef68c6ff736a84c8c7185d4a08397c67eff53ad6
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]