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

richox 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 86f86d11 bump orc-rust 0.7.0 (#1661)
86f86d11 is described below

commit 86f86d1130426b009b3c5225f34b18a0041ba809
Author: cxzl25 <[email protected]>
AuthorDate: Tue Nov 25 12:47:48 2025 +0800

    bump orc-rust 0.7.0 (#1661)
---
 Cargo.lock | 8 ++++----
 Cargo.toml | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index fee44c21..b915a5f5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2099,9 +2099,9 @@ dependencies = [
 
 [[package]]
 name = "iana-time-zone"
-version = "0.1.63"
+version = "0.1.64"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
+checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 dependencies = [
  "android_system_properties",
  "core-foundation-sys",
@@ -2793,8 +2793,8 @@ checksum = 
"42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
 
 [[package]]
 name = "orc-rust"
-version = "0.6.0"
-source = 
"git+https://github.com/auron-project/datafusion-orc.git?rev=d7a4b8c#d7a4b8cacdaeeeb079a02f3a94720fa65b678fd8";
+version = "0.7.0"
+source = 
"git+https://github.com/auron-project/datafusion-orc.git?rev=8785b99#8785b99323a0269e37d7078818badf0f96a69416";
 dependencies = [
  "arrow",
  "async-trait",
diff --git a/Cargo.toml b/Cargo.toml
index 1115289b..baf0915b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,7 +62,7 @@ datafusion-datasource-parquet = { version = "49.0.0" }
 datafusion-spark = { version = "49.0.0" }
 
 # orc
-orc-rust = { version = "0.6.0" }
+orc-rust = { version = "0.7.0" }
 
 # arrow
 arrow = { version = "55.2.0", features = ["ffi"]}
@@ -121,7 +121,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 
= "d7a4b8c"}
+orc-rust = { git = "https://github.com/auron-project/datafusion-orc.git";, rev 
= "8785b99"}
 
 # arrow: branch=v55.2.0-blaze
 arrow = { git = "https://github.com/auron-project/arrow-rs.git";, rev = 
"5de02520c"}

Reply via email to