From 3c57fbbee72a5814ec483d6b9e1d3d42bc67f09a Mon Sep 17 00:00:00 2001 From: sychen Date: Wed, 4 Feb 2026 16:04:44 +0800 Subject: [PATCH] fix --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 940e271a7..4df12c6ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2795,7 +2795,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 126597140..92c20ff74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -197,7 +197,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"}