diff --git a/Cargo.lock b/Cargo.lock index 7b4855f5c6695..43f5899e8a125 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,7 +164,7 @@ dependencies = [ [[package]] name = "arrow2" version = "0.14.2" -source = "git+https://github.com/RinChanNOWWW/arrow2?rev=8bd6417#8bd6417392a44496a2f9ca649f9cd2aa65dcc277" +source = "git+https://github.com/jorgecarleitao/arrow2?rev=8bd6417#8bd6417392a44496a2f9ca649f9cd2aa65dcc277" dependencies = [ "ahash 0.7.6", "arrow-format", diff --git a/src/common/arrow/Cargo.toml b/src/common/arrow/Cargo.toml index cda84464a9365..e70ea8dc1753a 100644 --- a/src/common/arrow/Cargo.toml +++ b/src/common/arrow/Cargo.toml @@ -34,7 +34,7 @@ simd = ["arrow/simd"] # Workspace dependencies # Crates.io dependencies -arrow = { package = "arrow2", git = "https://github.com/RinChanNOWWW/arrow2", rev = "8bd6417", default-features = false, features = [ +arrow = { package = "arrow2", git = "https://github.com/jorgecarleitao/arrow2", rev = "8bd6417", default-features = false, features = [ "io_parquet", "io_parquet_compression", ] }