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

lihao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new d8677b6c [AURON #1981] Fix ORC range start index out of range for 
slice of length (#1986)
d8677b6c is described below

commit d8677b6c81ccf7ea993aaf0b3288c3a8edc69574
Author: cxzl25 <[email protected]>
AuthorDate: Wed Mar 11 14:30:36 2026 +0800

    [AURON #1981] Fix ORC range start index out of range for slice of length 
(#1986)
    
    # Which issue does this PR close?
    
    Closes #1981
    
    # Rationale for this change
    
    # What changes are included in this PR?
    
    # Are there any user-facing changes?
    
    # How was this patch tested?
    local test
---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 94b9d7c8..e2a8b053 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2833,7 +2833,7 @@ checksum = 
"42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
 [[package]]
 name = "orc-rust"
 version = "0.7.0"
-source = 
"git+https://github.com/auron-project/datafusion-orc.git?rev=17f7012#17f7012bbd82cbe9967d99fb49aa0069306537fd";
+source = 
"git+https://github.com/auron-project/datafusion-orc.git?rev=9beb12c#9beb12cbff3de5a6b8b4f6e4f4b602f9a762c9c7";
 dependencies = [
  "arrow",
  "async-trait",
diff --git a/Cargo.toml b/Cargo.toml
index cd8d36ae..819af6b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -200,7 +200,7 @@ datafusion-execution = { git = 
"https://github.com/auron-project/datafusion.git";
 datafusion-optimizer = { git = 
"https://github.com/auron-project/datafusion.git";, rev = "9034aeffb"}
 datafusion-physical-expr = { git = 
"https://github.com/auron-project/datafusion.git";, rev = "9034aeffb"}
 datafusion-spark = { git = "https://github.com/auron-project/datafusion.git";, 
rev = "9034aeffb"}
-orc-rust = { git = "https://github.com/auron-project/datafusion-orc.git";, rev 
= "17f7012"}
+orc-rust = { git = "https://github.com/auron-project/datafusion-orc.git";, rev 
= "9beb12c"}
 
 # arrow: branch=v55.2.0-blaze
 arrow = { git = "https://github.com/auron-project/arrow-rs.git";, rev = 
"5de02520c"}

Reply via email to