diff --git a/Cargo.lock b/Cargo.lock index 01a1949d75..065e3b1d0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ dependencies = [ [[package]] name = "arrow2" version = "0.17.4" -source = "git+https://github.com/Eventual-Inc/arrow2?rev=c0764b00cc05126c80c7ce17ebd7a95d87f815c1#c0764b00cc05126c80c7ce17ebd7a95d87f815c1" +source = "git+https://github.com/Eventual-Inc/arrow2?rev=4a893a1d05e643273c984c6ccc21f4904d6e9e3b#4a893a1d05e643273c984c6ccc21f4904d6e9e3b" dependencies = [ "ahash", "arrow-format", diff --git a/Cargo.toml b/Cargo.toml index c1b724c499..a7bb93e048 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ publish = false version = "0.2.0-dev0" [patch.crates-io] -arrow2 = {git = "https://github.com/Eventual-Inc/arrow2", rev = "c0764b00cc05126c80c7ce17ebd7a95d87f815c1"} +arrow2 = {git = "https://github.com/Eventual-Inc/arrow2", rev = "4a893a1d05e643273c984c6ccc21f4904d6e9e3b"} parquet2 = {git = "https://github.com/Eventual-Inc/parquet2", rev = "d4c24086c4cc824fbabef093ab2fda95d3aacb78"} [profile.dev] @@ -125,7 +125,7 @@ url = "2.4.0" # branch = "daft-fork" git = "https://github.com/Eventual-Inc/arrow2" package = "arrow2" -rev = "c0764b00cc05126c80c7ce17ebd7a95d87f815c1" +rev = "4a893a1d05e643273c984c6ccc21f4904d6e9e3b" [workspace.dependencies.bincode] version = "1.3.3"