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 a3b3f617 fix ORC delta overflow (#1291)
a3b3f617 is described below
commit a3b3f6173834083e5b577f4f71882d813a271197
Author: cxzl25 <[email protected]>
AuthorDate: Thu Sep 11 10:53:46 2025 +0800
fix ORC delta overflow (#1291)
---
Cargo.lock | 2 +-
Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 3e951e30..5eb876e8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2781,7 +2781,7 @@ checksum =
"42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "orc-rust"
version = "0.6.0"
-source =
"git+https://github.com/auron-project/datafusion-orc.git?rev=da5acd4#da5acd42d7be0e8951b909fc25d0aecb70121e39"
+source =
"git+https://github.com/auron-project/datafusion-orc.git?rev=d7a4b8c#d7a4b8cacdaeeeb079a02f3a94720fa65b678fd8"
dependencies = [
"arrow",
"async-trait",
diff --git a/Cargo.toml b/Cargo.toml
index a52d6405..3750842e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -119,7 +119,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
= "da5acd4"}
+orc-rust = { git = "https://github.com/auron-project/datafusion-orc.git", rev
= "d7a4b8c"}
# arrow: branch=v55.2.0-blaze
arrow = { git = "https://github.com/auron-project/arrow-rs.git", rev =
"5de02520c"}